Botsonic
botsonicBotsonic is a no-code AI chatbot builder that enables users to create and integrate AI chatbots into their websites without any coding knowledge.
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Bulk Upload Bot URLsBOTSONIC_BULK_UPLOAD_URLSAcciónTool to bulk upload urls for bot training. use when you need to upsert multiple document urls into a bot in one request.
BOTSONIC_BULK_UPLOAD_URLSAcciónTool to bulk upload urls for bot training. use when you need to upsert multiple document urls into a bot in one request.
Parámetros de entrada
urlsstring[]ObligatorioList of valid URLs to be upserted into the bot's data source.
bot_idstringObligatorioIdentifier of the bot to upload URLs for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Bot DataBOTSONIC_DELETE_BOT_DATAAcciónTool to delete specific bot data using its id. use when you need to remove outdated or irrelevant data after confirming the data identifier.
BOTSONIC_DELETE_BOT_DATAAcciónTool to delete specific bot data using its id. use when you need to remove outdated or irrelevant data after confirming the data identifier.
Parámetros de entrada
data_idstringObligatorioUnique identifier of the bot data to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Starter QuestionBOTSONIC_DELETE_STARTER_QUESTIONAcciónTool to delete a specific starter question by its unique identifier. use after confirming the id of the starter question you want to remove.
BOTSONIC_DELETE_STARTER_QUESTIONAcciónTool to delete a specific starter question by its unique identifier. use after confirming the id of the starter question you want to remove.
Parámetros de entrada
idstringObligatorioUnique identifier of the starter question to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Uploaded FileBOTSONIC_DELETE_UPLOADED_FILEAcciónTool 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.
BOTSONIC_DELETE_UPLOADED_FILEAcciónTool 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.
Parámetros de entrada
file_idstringObligatorioThe unique identifier of the uploaded file to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Bot DataBOTSONIC_GET_ALL_BOT_DATAAcciónTool 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.
BOTSONIC_GET_ALL_BOT_DATAAcciónTool 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.
Parámetros de entrada
pageintegerPage number, minimum 1
sizeintegerPage size between 1 and 100
sort_bystringAttribute to sort by
sort_orderstringenumSort order for results
ascdescsearch_querystringSearch for data matching a particular query
Parámetros de salida
dataobject[]ObligatorioList of bot data items
pageintegerCurrent page number of the paginated result
sizeintegerSize of each page in the paginated result
errorstringError if any occurred during the execution of the action
totalintegerTotal number of items available
messagestringAdditional status message from the API
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All BotsBOTSONIC_GET_ALL_BOTSAcciónTool to retrieve all bots associated with the account. use when you need to list existing bots after authentication.
BOTSONIC_GET_ALL_BOTSAcciónTool to retrieve all bots associated with the account. use when you need to list existing bots after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All ConversationsBOTSONIC_GET_ALL_CONVERSATIONSAcciónTool to retrieve all conversations related to the bot. use after authentication when you need a paginated list of conversation threads for review or analytics.
BOTSONIC_GET_ALL_CONVERSATIONSAcciónTool to retrieve all conversations related to the bot. use after authentication when you need a paginated list of conversation threads for review or analytics.
Parámetros de entrada
pageintegerPage number, minimum 1
sizeintegerPage size between 1 and 100
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All FAQsBOTSONIC_GET_ALL_FAQSAcciónTool 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.
BOTSONIC_GET_ALL_FAQSAcciónTool 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.
Parámetros de entrada
pageintegerPage number, minimum 1
sizeintegerPage size between 1 and 100
sort_bystringAttribute to sort by
sort_orderstringenumSort order for results
ascdescsearch_querystringSearch for FAQs matching a particular query
Parámetros de salida
dataobject[]ObligatorioList of FAQ entries
pageintegerCurrent page number of the paginated result
sizeintegerSize of each page in the paginated result
errorstringError if any occurred during the execution of the action
totalintegerTotal number of items available
messagestringAdditional status message from the API
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Starter QuestionsBOTSONIC_GET_ALL_STARTER_QUESTIONSAcciónTool to retrieve all starter questions. use after authenticating when you need to list the bot’s opening prompts.
BOTSONIC_GET_ALL_STARTER_QUESTIONSAcciónTool to retrieve all starter questions. use after authenticating when you need to list the bot’s opening prompts.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Starter QuestionBOTSONIC_UPDATE_STARTER_QUESTIONAcciónTool to update an existing starter question by its unique identifier. use after confirming the id and desired updates.
BOTSONIC_UPDATE_STARTER_QUESTIONAcciónTool to update an existing starter question by its unique identifier. use after confirming the id and desired updates.
Parámetros de entrada
idstringObligatorioUnique identifier of the starter question to update.
answerstringUpdated answer for the starter question.
questionstringUpdated text for the starter question.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not