Webhooks
Update Webhook
Update an existing webhook for a specific app.
PATCH
Path Parameters
The ID of the app
The ID of the webhook
Body
Data to update an existing webhook
List of events that trigger the webhook
Available options:
record.created
, record.running
, record.completed
, record.failed
URL to which the webhook will send POST requests
Response
200 - application/json
Detailed information about a webhook
Timestamp when the webhook was created
List of events that trigger the webhook
Available options:
record.created
, record.running
, record.completed
, record.failed
Unique identifier for the webhook
Timestamp when the webhook was last updated
URL to which the webhook will send POST requests
Was this page helpful?