Test OpenHands SDK webhook integration

This commit is contained in:
Git Admin 2025-12-01 16:44:24 +00:00
parent b77903dc73
commit 651d364153
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
}, },
{ {
"parameters": { "parameters": {
"url": "http://172.18.0.1:3000/api/conversations", "url": "http://host.docker.internal:3000/api/conversations",
"method": "POST", "method": "POST",
"sendBody": true, "sendBody": true,
"bodyParameters": { "bodyParameters": {
@ -74,7 +74,7 @@
}, },
{ {
"parameters": { "parameters": {
"url": "=http://172.18.0.1:3000/api/conversations/{{ $json.conversation_id }}", "url": "=http://host.docker.internal:3000/api/conversations/{{ $json.conversation_id }}",
"method": "GET", "method": "GET",
"options": { "options": {
"response": { "response": {
@ -158,7 +158,7 @@
}, },
{ {
"parameters": { "parameters": {
"url": "=http://172.18.0.1:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events", "url": "=http://host.docker.internal:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events",
"method": "GET", "method": "GET",
"options": { "options": {
"response": { "response": {

View File

@ -1 +1 @@
Test Test webhook