Flow Webhooks

List Flow Webhooks

get

Retrieves a paginated list of webhooks for a specific flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

Responses
get
/api/v1/flows/{flow}/webhooks

Create Flow Webhook

post

Creates a new webhook trigger for a specific flow.

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

status

body

string

format

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

Body
statusstring · enumOptionalPossible values:
bodystring · nullableOptional
formatstring · enumOptionalPossible values:
Responses
post
/api/v1/flows/{flow}/webhooks

Update Flow Webhook

put

Updates an existing webhook for a specific flow.

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

status

body

string

format

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

webhookstringRequired

The webhook identifier.

Body
statusstring · enumOptionalPossible values:
bodystring · nullableOptional
formatstring · enumOptionalPossible values:
hmac_algorithmstring · nullableOptional
hmac_secret_keystring · max: 128 · nullableOptional
Responses
put
/api/v1/flows/{flow}/webhooks/{webhook}

Delete Flow Webhook

delete

Permanently deletes a specific webhook for a specific flow.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flowstringRequired

The flow identifier.

webhookstringRequired

The webhook identifier.

Responses
delete
/api/v1/flows/{flow}/webhooks/{webhook}

Last updated

Was this helpful?