Webhooks
Create a new webhook
Creates a webhook for receiving callbacks on specific triggers. You can create up to 5 webhooks per app.
post/v1/projects/{project_id}/webhooks
Request body
Example request
{
"triggers": [
"MESSAGE_DELIVERY"
]
}Response
A successful response.
Example response
{
"triggers": [
"MESSAGE_DELIVERY"
]
}