update_webhook
Modify webhook response settings including status codes, content, timeouts, and CORS headers for testing and debugging HTTP endpoints.
Instructions
Update webhook settings (response content, status code, timeout, CORS).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| default_status | No | Default HTTP response status code (200-599) | |
| default_content | No | Default response content/body | |
| default_content_type | No | Default response Content-Type header | |
| timeout | No | Seconds to wait before returning response (0-30) | |
| cors | No | Enable CORS headers for cross-domain requests |