Exotel Setup
Connect your Exotel account to make outbound calls through the Vocobase platform. Exotel is popular in India and supports local and toll-free numbers.Exotel telephony must be enabled for your partner account by the Vocobase team before you can configure it. Check your
allowed_telephony_providers in the config endpoint to verify.Prerequisites
- A Vocobase account with approved partner status
- Exotel enabled in your
allowed_telephony_providers - An Exotel account with:
- Account SID
- API Key and API Token
- A configured Voicebot applet
- At least one caller ID (phone number)
Get your Exotel credentials
- Log in to the Exotel Dashboard
- Navigate to Settings > API Settings
- Note your Account SID, API Key, and API Token
- Note your Subdomain (e.g.,
api.exotel.comor your custom subdomain) - Navigate to Phone Numbers and note your Caller ID (the number calls will originate from)
- Navigate to App Bazaar > Voicebot and note your Applet ID
Configure via API
This endpoint updates your default Exotel connection. To create multiple named Exotel connections, use
POST /api/v2/telephony/connections and store the returned connection_id.Verify configuration
After saving, confirm Exotel is configured by checking your partner config:Make a test call
Once configured, initiate an outbound call withprovider: "exotel". If your partner account has multiple active Exotel connections, include connection_id.
"provider": "exotel" remains valid while there is exactly one active Exotel connection.
How Exotel calls work
- Vocobase calls the Exotel Connect API to initiate the call
- Exotel dials the customer using your caller ID
- When the customer answers, Exotel triggers your configured Voicebot applet
- The applet connects to the Vocobase voice agent via WebSocket
- The agent handles the conversation in real time
- When the call ends, a webhook fires with the transcript and duration
Troubleshooting
Next steps
Telephony Connections
Create and manage multiple named connections.
Twilio Setup
Configure Twilio as an alternative provider.
Credits & Billing
Understand how calls consume credits.