POST
/
apps
/
{app_id}
/
webhooks

Path Parameters

app_id
string
required

The ID of the app

Body

Data to create a new webhook

events
enum<string>[]
required

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed
url
string
required

URL to which the webhook will send POST requests

Response

200 - application/json

Detailed information about a webhook

created_at
string | null
required

Timestamp when the webhook was created

events
enum<string>[]
required

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed
id
string
required

Unique identifier for the webhook

updated_at
string | null
required

Timestamp when the webhook was last updated

url
string
required

URL to which the webhook will send POST requests