POST
/
apps
/
{app_id}
/
webhooks

Path Parameters

app_id
string
required

The ID of the app

Body

url
string
required

URL to which the webhook will send POST requests

events
enum<string>[]
required

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed

Response

200 - application/json
id
string
required

Unique identifier for the webhook

url
string
required

URL to which the webhook will send POST requests

created_at
string | null
required

Timestamp when the webhook was created

updated_at
string | null
required

Timestamp when the webhook was last updated

events
enum<string>[]
required

List of events that trigger the webhook

Available options:
record.created,
record.running,
record.completed,
record.failed