Webhooks
Update Webhook
Update an existing webhook for a specific app.
PATCH
Update Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.withcortex.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
The new webhook data.
Data to update an existing webhook
URL to which the webhook will send POST requests
Example:
"https://example.com/webhook"
List of events that trigger the webhook
Type of the webhook event
Available options:
record.created, record.running, record.completed, record.failed Example:
["record.created", "record.completed"]Response
200 - application/json
The updated webhook.
Detailed information about a webhook
Unique identifier for the webhook
URL to which the webhook will send POST requests
Example:
"https://example.com/webhook"
Timestamp when the webhook was created
Timestamp when the webhook was last updated
List of events that trigger the webhook
Type of the webhook event
Available options:
record.created, record.running, record.completed, record.failed Example:
["record.created", "record.completed"]Update Webhook