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

List all agents

Action Parameters

Action Response

data
object
successful
boolean
error

List all phone numbers for your account

Action Parameters

Action Response

data
object
successful
boolean
error

List all batches for agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve all executions from a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
successful
boolean
error

Schedule a batch for calling via agent

Action Parameters

batch_id
stringRequired
scheduled_at
string

Action Response

data
object
successful
boolean
error

Delete an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
successful
boolean
error

Delete a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve specific execution by execution id

Action Parameters

execution_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve all executions by an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
successful
boolean
error

Stop a running batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve specific execution by an agent

Action Parameters

agent_id
stringRequired
execution_id
stringRequired

Action Response

data
object
successful
boolean
error

Retrieve a batch

Action Parameters

batch_id
stringRequired

Action Response

data
object
successful
boolean
error

Add agent for inbound calls

Action Parameters

agent_id
stringRequired
phone_number_id
string

Action Response

data
object
successful
boolean
error

Retrieve an agent

Action Parameters

agent_id
stringRequired

Action Response

data
object
successful
boolean
error

Initiate calls

Action Parameters

agent_id
stringRequired
recipient_phone_number
stringRequired
from_phone_number
string
user_data
object

Action Response

data
object
successful
boolean
error