Manage webhook endpoints
manage_webhooksList, create, update, delete, or test webhooks for bulk-job completion. Register once and let the completion event trigger your workflow, replacing long polling.
Instructions
List, create, update, delete or test webhook endpoints for bulk-job completion. FREE — this call never spends credits. Use this instead of long polling in scheduled/unattended workflows: register once, then let the completion event wake your job up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Webhook id (required for update, delete, test). | |
| url | No | HTTPS endpoint that receives events (create/update). | |
| action | Yes | What to do. | |
| events | No | Events to subscribe to (create/update). | |
| secret | No | Shared secret for HMAC signature verification. | |
| timeout_ms | No | Request timeout in milliseconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | ||
| action | No | ||
| webhooks | No | ||
| test_mode | No | ||
| test_mode_notice | No | ||
| vocabulary_warnings | No | ||
| deprecated_params_ignored | No |