NAiOS IconNAiOS Logo
Volver al catálogo

Botsonic

botsonic

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

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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[]Obligatorio

    List of valid URLs to be upserted into the bot's data source.

  • bot_idstringObligatorio

    Identifier of the bot to upload URLs for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Bot DataBOTSONIC_DELETE_BOT_DATAAcción

Tool 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_idstringObligatorio

    Unique identifier of the bot data to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Starter QuestionBOTSONIC_DELETE_STARTER_QUESTIONAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the starter question to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Uploaded FileBOTSONIC_DELETE_UPLOADED_FILEAcción

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.

Parámetros de entrada

  • file_idstringObligatorio

    The unique identifier of the uploaded file to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Bot DataBOTSONIC_GET_ALL_BOT_DATAAcción

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.

Parámetros de entrada

  • pageinteger

    Page number, minimum 1

  • sizeinteger

    Page size between 1 and 100

  • sort_bystring

    Attribute to sort by

  • sort_orderstringenum

    Sort order for results

    ascdesc
  • search_querystring

    Search for data matching a particular query

Parámetros de salida

  • dataobject[]Obligatorio

    List of bot data items

  • pageinteger

    Current page number of the paginated result

  • sizeinteger

    Size of each page in the paginated result

  • errorstring

    Error if any occurred during the execution of the action

  • totalinteger

    Total number of items available

  • messagestring

    Additional status message from the API

  • successbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All BotsBOTSONIC_GET_ALL_BOTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All ConversationsBOTSONIC_GET_ALL_CONVERSATIONSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number, minimum 1

  • sizeinteger

    Page size between 1 and 100

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All FAQsBOTSONIC_GET_ALL_FAQSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number, minimum 1

  • sizeinteger

    Page size between 1 and 100

  • sort_bystring

    Attribute to sort by

  • sort_orderstringenum

    Sort order for results

    ascdesc
  • search_querystring

    Search for FAQs matching a particular query

Parámetros de salida

  • dataobject[]Obligatorio

    List of FAQ entries

  • pageinteger

    Current page number of the paginated result

  • sizeinteger

    Size of each page in the paginated result

  • errorstring

    Error if any occurred during the execution of the action

  • totalinteger

    Total number of items available

  • messagestring

    Additional status message from the API

  • successbooleanObligatorio

    Indicates if the request was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Starter QuestionsBOTSONIC_GET_ALL_STARTER_QUESTIONSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Starter QuestionBOTSONIC_UPDATE_STARTER_QUESTIONAcción

Tool to update an existing starter question by its unique identifier. use after confirming the id and desired updates.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the starter question to update.

  • answerstring

    Updated answer for the starter question.

  • questionstring

    Updated text for the starter question.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not