Navigation
Mobile DocsNavigation
Mobile DocsMake and receive AI-powered phone calls
Initiate outbound calls, handle incoming calls, and run AI-driven voice conversations using Twilio with configurable TTS voices.
Layout: full
Options: make_call, receive_calls, configure_voice
Placeholder: +1234567890
Layout: full
Condition: action = "make_call"
Placeholder: Twilio Account SID
Layout: half
Placeholder: Twilio Auth Token
Layout: half
Placeholder: Your Twilio phone number
Layout: full
Layout: half
Options: openai, elevenlabs, google, deepgram
Placeholder: Provider-specific voice ID
Layout: half
Placeholder: Hello, how can I help you today?
Layout: full
Layout: half
Options: gpt-4o, gpt-4o-mini, claude-sonnet-4-20250514, gemini-2.0-flash
Placeholder: https://your-domain.com/api/voice/webhook
Layout: full
Condition: action = "receive_calls"
Required
Action: make_call, receive_calls, or configure_voice
Optional
Destination phone number for outbound calls
Required
Required
Required
Optional
TTS provider for voice responses
Optional
Voice ID for TTS provider
Optional
Initial greeting when the call connects
Optional
AI model for generating responses
Optional
Webhook URL for call events and TwiML
Primary response type:
{
"success": "boolean",
"callSid": "string",
"status": "string",
"error": "string"
}