Webhooks
Create a Webhook
Create a new webhook for a specific app.
POST
Path Parameters
The ID of the app
Body
Data to create a new 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?