Bolna

Learn how to use Bolna with Composio

Overview

Enum

BOLNA

Description

Create conversational voice agents using Bolna AI to enhance interactions, streamline operations and automate support.

Authentication Details

api_key
stringRequired

Actions

Delete an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
error
successful
boolean
Delete a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
successful
boolean
List all batches for agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
error
successful
boolean
List all agents

Action Parameters

Action Response

data
object
error
successful
boolean
List all phone numbers for your account

Action Parameters

Action Response

data
object
error
successful
boolean
Retrieve specific execution by `execution id`

Action Parameters

execution_id
stringRequired

Action Response

data
object
error
successful
boolean
Initiate calls

Action Parameters

agent_id
stringRequired
from_phone_number
string
recipient_phone_number
stringRequired
user_data
object

Action Response

data
object
error
successful
boolean
Retrieve an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
error
successful
boolean
Retrieve specific execution by an agent

Action Parameters

agent_id
stringRequired
execution_id
stringRequired

Action Response

data
object
error
successful
boolean
Retrieve all executions by an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
error
successful
boolean
Retrieve a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
successful
boolean
Retrieve all executions from a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
successful
boolean
Schedule a batch for calling via agent

Action Parameters

batch_id
stringRequired
scheduled_at
string

Action Response

data
object
error
successful
boolean
Add agent for inbound calls

Action Parameters

agent_id
stringRequired
phone_number_id
string

Action Response

data
object
error
successful
boolean
Stop a running batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
successful
boolean