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.
Send a test event
You can test your webhook directly from the Allo dashboard:Open your webhook settings
Go to Settings > Webhooks in your Allo dashboard.
Select an event to test
Pick any event type from the catalog (e.g.,
call.completed, sms.received) and click Test.Local development
During development, your webhook endpoint is typically not publicly accessible. Use a tunnel service to expose your local server:Start your local server
Run your webhook handler locally (e.g.,
http://localhost:3000/webhooks/allo).Create a tunnel
Use a tool like ngrok to expose your local server:This gives you a public HTTPS URL (e.g.,
https://abc123.ngrok.io).Configure your webhook
Go to Settings > Webhooks and set your tunnel URL as the endpoint.