Create Webhook
Webhooks
Create Webhook
Creates a new webhook configuration for a specific Allo number.
POST
Create Webhook
Authorizations
Scope needed: WEBHOOKS_READ_WRITE
Body
application/json
Request body for creating a webhook configuration
The Allo phone number to create the webhook for (E.164 format)
Example:
"+1234567890"
The webhook URL endpoint to receive events
List of webhook topics to subscribe to
Available options:
CALL_RECEIVED, SMS_RECEIVED, CONTACT_CREATED, CONTACT_UPDATED Whether the webhook is enabled
Response
Webhook created successfully
Response containing the created webhook configuration