Launching Outbound Calls Through the Bolna Dashboard
Step 1: Access Your Bolna Platform Account
Navigate to https://platform.bolna.ai and authenticate using your registered account credentials.
Login Bolna playground
Step 2: Configure Exotel as Your Telephony Provider
Within your agent configuration settings, selectExotel from the available call provider options. This designation tells Bolna to route all outbound calls through Exotel’s telephony infrastructure.

Choose Exotel as the agent call provider
Step 3: Initiate Calls to Your Target Recipients
Enter the phone numbers of your intended call recipients in the designated input field. Bolna will automatically initiate calls through your Exotel connection, engaging with each recipient using the voice agents you’ve configured.
Start placing phone calls on Bolna using Exotel
To utilize your own dedicated Exotel phone numbers for outbound calling, you must first establish a connection between your Exotel account and Bolna. Detailed instructions for linking your Exotel account are available in the providers configuration guide.
Programmatic Outbound Calling Using Bolna APIs
For developers building custom applications or integrating voice AI into existing systems, Bolna provides comprehensive REST APIs for programmatic call management.Step 1: Obtain Your API Authentication Key
- Generate and save your Bolna API Key
Step 2: Configure Agent with Exotel Provider
When creating or updating your Bolna agent through the/create Agent API, specify exotel as both the input and output provider within your tools configuration.
Step 3: Trigger Outbound Calls Programmatically
Execute the/call API endpoint to initiate outbound calls to your target recipients. Include your agent ID and the recipient’s phone number in E.164 international format. The API will return a call ID that you can use to track call status and retrieve conversation analytics.

