NAiOS IconNAiOS Logo
Volver al catálogo

Botpress

botpress

Botpress is an open-source platform for building, deploying, and managing chatbots.

Acciones
8
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 (8)

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.

Delete FileBOTPRESS_DELETE_FILEAcción

Tool to delete a file by its id or key. use after confirming the file exists.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier or key of the file to be deleted

  • botIdstringObligatorio

    The ID of the bot associated with the file

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

Tool to get details of the authenticated account. use after confirming valid credentials.

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

LIST_BOT_ISSUESBOTPRESS_LIST_BOT_ISSUESAcción

Tool to list issues associated with a specific bot. use when you need to discover errors or configuration problems tied to a bot, optionally paginating through results.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the bot to list issues for

  • nextTokenstring

    Pagination token from previous response to retrieve the next page of results

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

LIST_CONVERSATIONSBOTPRESS_LIST_CONVERSATIONSAcción

Tool to list all conversations. use when you need to retrieve and page through chat threads.

Parámetros de entrada

  • tagsobject

    Filter conversations by tags key-value pairs.

  • botIdstringObligatorio

    ID of the bot that the conversation belongs to. Used as x-bot-id header.

  • channelstring

    Filter by channel name.

  • nextTokenstring

    Pagination token from previous response to retrieve the next page of results.

  • sortFieldstringenum

    Field to sort conversations by.

    createdAtupdatedAt
  • sortDirectionstringenum

    Sort order direction: asc or desc.

    ascdesc
  • participantIdsstring[]

    Filter by a list of participant IDs.

  • integrationNamestring

    Filter by integration name.

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

LIST_FILE_TAGSBOTPRESS_LIST_FILE_TAGSAcción

Tool to list all tags used across all bot files. use when you need to retrieve or display file tag metadata; supports pagination via nexttoken.

Parámetros de entrada

  • botIdstringObligatorio

    ID of the bot whose file tags should be listed. Used as x-bot-id header.

  • nextTokenstring

    Pagination token from a previous response to retrieve the next page of tags.

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

LIST_FILE_TAG_VALUESBOTPRESS_LIST_FILE_TAG_VALUESAcción

Tool to list all values for a given file tag across all files. use after determining the tag name; supports pagination via nexttoken.

Parámetros de entrada

  • tagstringObligatorio
  • botIdstringObligatorio
  • nextTokenstring

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

LIST_PUBLIC_WORKSPACESBOTPRESS_LIST_PUBLIC_WORKSPACESAcción

Tool to retrieve a list of public workspaces. use when browsing publicly available workspaces before selection.

Parámetros de entrada

  • searchstring

    Filter workspaces by search string.

  • nextTokenstring

    Pagination token from previous response meta.nextToken.

  • workspaceIdsstring[]

    Filter by list of workspace IDs.

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

LIST_WORKSPACESBOTPRESS_LIST_WORKSPACESAcción

Tool to retrieve a list of workspaces. use when you need to list and page through your botpress workspaces, optionally filtering by handle.

Parámetros de entrada

  • handlestring

    Workspace handle to filter by

  • nextTokenstring

    Pagination token from previous response meta.nextToken

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