Using Bolna numbers for making outgoing calls

By default, you can make outbound calls using Bolna’s centralized phone numbers.
Callee countryPhone number prefix
🇺🇸 United StatesCallee will recieve the phone call from +1 prefix phone
🇬🇧 United KingdomCallee will recieve the phone call from +1 prefix phone
🇦🇺 AustraliaCallee will recieve the phone call from +1 prefix phone
🇮🇳 IndiaCallee will recieve the phone call from +91 prefix phone
🌍 OthersCallee will recieve the phone call from +1 prefix phone

Use your own dedicated phone number

Method 1. Purchase a phone number from the Bolna Dashboard.

Please refer to a step by step tutorial for purchasing phone numbers on Bolna.

Purchasing phone numbers on Bolna


Method 2. Connect your Telephony account and use your own phone numbers.


Making outbound calls from dashboard

1

Click "Speak to your agent" button

Bolna Voice AI agent interface highlighting the 'Speak to your agent' button for initiating outbound calls from the dashboard

Click 'Speak to your agent' button to open the outbound call dialog

2

Choose country and calling from phone number

Country selection and phone number configuration in Bolna Voice AI platform for outbound call parameters and caller ID

Choosing country for purchasing phone numbers

Making outbound calls Using APIs

Use /call API to place the call to the agent

# No need to add `from_phone_number`

curl --request POST \
  --url https://api.bolna.ai/call \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "123e4567-e89b-12d3-a456-426655440000",
  "recipient_phone_number": "+10123456789"
}'

Making outbound calls Using Zapier & Make.com