webhook_wait_for_webhook
Start an HTTP server and wait for an incoming POST webhook to capture request body and headers. Use for payment callbacks, GitHub webhooks, or form submissions.
Instructions
[webhook] Start an HTTP server and wait for an incoming POST webhook. Returns the request body and headers when received. Use for payment callbacks, GitHub webhooks, form submissions, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| timeout | No | ||
| port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |