Bolna
Bolna AI is an open-source platform that enables businesses to create and deploy voice-driven conversational agents
Categories: Artificial Intelligence
Type: bolna/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | API Key | STRING | true |
Actions
Make Phone Call
Name: makePhoneCall
Make a phone call using voice AI agent.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
agent_id | Agent ID | STRING | Agent id which will initiate the outbound call. | true |
recipient_phone_number | Recipient Phone Number | STRING | Phone number of the recipient alongwith country code (in E.164 format). | true |
Example JSON Structure
{ "label" : "Make Phone Call", "name" : "makePhoneCall", "parameters" : { "agent_id" : "", "recipient_phone_number" : "" }, "type" : "bolna/v1/makePhoneCall"}
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
message | STRING | Response message for the call initiated. |
status | STRING | Status of the call. |
execution_id | STRING | Unique execution id or call id identifier of the call. |
Output Example
{ "message" : "", "status" : "", "execution_id" : ""}
Triggers
Call Completion Report
Name: callCompletionReport
Triggers when a call is completed.
Type: STATIC_WEBHOOK
Output
The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.
JSON Example
{ "label" : "Call Completion Report", "name" : "callCompletionReport", "type" : "bolna/v1/callCompletionReport"}