Bolna

Learn how to use Bolna with Composio

Overview

SLUG

BOLNA

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: BOLNA_DELETE_AGENT_BY_ID

Delete an agent

Action Parameters

agent_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_DELETE_BATCH_BY_ID

Delete a batch

Action Parameters

batch_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_FETCH_ALL_BATCHES_BY_AGENT_ID

List all batches for agent

Action Parameters

agent_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_GET_ALL_AGENTS

List all agents

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_GET_ALL_PHONE_NUMBERS

List all phone numbers for your account

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_GET_EXECUTION_BY_ID

Retrieve specific execution by `execution id`

Action Parameters

execution_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_MAKE_A_PHONE_CALL_FROM_AGENT

Initiate calls

Action Parameters

agent_id
stringRequired
from_phone_number
string
recipient_phone_number
stringRequired
user_data
object

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_RETRIEVE_AGENT_BY_ID

Retrieve an agent

Action Parameters

agent_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_RETRIEVE_AGENT_EXECUTION_DETAILS

Retrieve specific execution by an agent

Action Parameters

agent_id
stringRequired
execution_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_RETRIEVE_AGENT_EXECUTION_STATUS

Retrieve all executions by an agent

Action Parameters

agent_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_RETRIEVE_BATCH_DETAILS_BY_ID

Retrieve a batch

Action Parameters

batch_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_RETRIEVE_BATCH_EXECUTION_LIST

Retrieve all executions from a batch

Action Parameters

batch_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_SCHEDULE_BATCH_BY_ID

Schedule a batch for calling via agent

Action Parameters

batch_id
stringRequired
scheduled_at
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_SETUP_INBOUND_CALL_FOR_AGENT

Add agent for inbound calls

Action Parameters

agent_id
stringRequired
phone_number_id
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BOLNA_STOP_BATCH_BY_ID

Stop a running batch

Action Parameters

batch_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired