create_webhook_with_config
Create a custom webhook endpoint with configurable response settings including status codes, content, timeouts, CORS, and expiration for testing HTTP integrations.
Instructions
Create a new webhook.site endpoint with custom configuration (response content, status, timeout, CORS, alias).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | text/html |
| timeout | No | Seconds to wait before returning response (0-30) | |
| cors | No | Enable CORS headers for cross-domain requests | |
| alias | No | Custom alias for the webhook URL (3-32 alphanumeric chars) | |
| expiry | No | Seconds until webhook auto-expires (max 604800 = 1 week) |