What is the Inbound Tab?
The Inbound Tab is where you configure settings for receiving incoming calls. Match callers to your database, preload user data before the call starts, and set up spam prevention to protect your agents from abuse.
Database for Inbound Phone Numbers
Match incoming calls to users and preload their data before the call starts. Choose from three data source options:- Internal APIs
- CSV Upload
- Google Sheet
Connect your own API to fetch user data dynamically when a call comes in.

Query Parameters
Bolna automatically passes these parameters to your API:| Parameter | Description |
|---|---|
contact_number | The caller’s phone number |
agent_id | Your agent’s identifier |
execution_id | Unique identifier for this call |
Example API Request
Example API Response
Authentication uses Bearer token and is stored securely by Bolna.
Call Restrictions
Toggle on “Allow Calls Only from Database” to restrict incoming calls to only phone numbers found in your chosen database. Unknown callers will be rejected.
Spam Prevention Settings
Protect your agent from spam and abuse.| Setting | Description |
|---|---|
| Maximum Calls per Phone Number | Limit calls from a single number. Set to -1 for unlimited. |
| Always-Allow List | Phone numbers that bypass all call limits. |
Use Cases
Customer Verification
Only allow calls from registered customers
VIP Support
Preload customer data for personalized service
Abuse Prevention
Limit repeated calls from the same number
Dynamic Data Loading
Fetch real-time customer data via API



