Documentation
¶
Overview ¶
Example: Twilio Integration - Phone call handling
This example demonstrates integrating ElevenLabs with Twilio for voice agent phone calls. It shows how to: - Register incoming calls with ElevenLabs agents - Make outbound calls - Manage phone numbers
Usage:
export ELEVENLABS_API_KEY="your-api-key" go run main.go
For production, you would run this as an HTTP server handling Twilio webhooks.
Click to show internal directories.
Click to hide internal directories.