Botsonic

Learn how to use Botsonic with Composio

Overview

Enum

BOTSONIC

Description

Botsonic is a no-code AI chatbot builder that enables users to create and integrate AI chatbots into their websites without any coding knowledge.

Authentication Details

api_key
stringRequired

Actions

Tool to bulk upload urls for bot training. use when you need to upsert multiple document urls into a bot in one request.

Action Parameters

bot_id
stringRequired
urls
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete specific bot data using its id. use when you need to remove outdated or irrelevant data after confirming the data identifier.

Action Parameters

data_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific starter question by its unique identifier. use after confirming the id of the starter question you want to remove.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific uploaded file by its id. use when you need to remove a file from the bot's data repository after confirming the file id.

Action Parameters

file_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all bots associated with the account. use when you need to list existing bots after authentication.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all data associated with the bot, including files and resources. use when you need a comprehensive export of bot assets for backup or inspection.

Action Parameters

page
integerDefaults to 1
search_query
string
size
integerDefaults to 50
sort_by
string
sort_order
string

Action Response

data
array
error
string
message
string
page
integer
size
integer
success
boolean
successful
boolean
total
integer
Tool to retrieve all conversations related to the bot. use after authentication when you need a paginated list of conversation threads for review or analytics.

Action Parameters

page
integerDefaults to 1
size
integerDefaults to 50

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all frequently asked questions associated with the bot. use after authenticating the bot and when you need to list or manage its faq entries.

Action Parameters

page
integerDefaults to 1
search_query
string
size
integerDefaults to 50
sort_by
string
sort_order
string

Action Response

data
array
error
string
message
string
page
integer
size
integer
success
boolean
successful
boolean
total
integer
Tool to retrieve all starter questions. use after authenticating when you need to list the bot’s opening prompts.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to update an existing starter question by its unique identifier. use after confirming the id and desired updates.

Action Parameters

answer
string
id
stringRequired
question
string

Action Response

data
object
error
string
successful
boolean