Create Webhook
Créer un webhook
Creates a new webhook configuration for a specific Allo number.
POST
Create Webhook
Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
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