Webhooks

Create a webhook

POST
Create a webhook

Request

This endpoint expects an object.
url
stringRequired
The url to send the webhook to
triggers
list of enumsRequired
The events that will trigger the webhook
active
booleanRequired
Whether the webhook is active
headers
list of objectsOptional
Optional headers to send with the webhook
secret
stringOptional
The secret to use to sign the webhook payload. If you do not provide a secret, one will be generated for you.
model
enumOptional

The model for the webhook trigger to monitor. Only applies to DATA_UPDATE and DATA_NEW triggers

Response

This endpoint returns an object
result
object