Botpress
botpressBotpress is an open-source platform for building, deploying, and managing chatbots.
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ónTool to delete a file by its id or key. use after confirming the file exists.
BOTPRESS_DELETE_FILEAcciónTool to delete a file by its id or key. use after confirming the file exists.
Parámetros de entrada
idstringObligatorioThe unique identifier or key of the file to be deleted
botIdstringObligatorioThe ID of the bot associated with the file
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 AccountBOTPRESS_GET_ACCOUNTAcciónTool to get details of the authenticated account. use after confirming valid credentials.
BOTPRESS_GET_ACCOUNTAcciónTool to get details of the authenticated account. use after confirming valid credentials.
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
LIST_BOT_ISSUESBOTPRESS_LIST_BOT_ISSUESAcciónTool 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.
BOTPRESS_LIST_BOT_ISSUESAcciónTool 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
idstringObligatorioUnique identifier of the bot to list issues for
nextTokenstringPagination token from previous response to retrieve the next page of results
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
LIST_CONVERSATIONSBOTPRESS_LIST_CONVERSATIONSAcciónTool to list all conversations. use when you need to retrieve and page through chat threads.
BOTPRESS_LIST_CONVERSATIONSAcciónTool to list all conversations. use when you need to retrieve and page through chat threads.
Parámetros de entrada
tagsobjectFilter conversations by tags key-value pairs.
botIdstringObligatorioID of the bot that the conversation belongs to. Used as x-bot-id header.
channelstringFilter by channel name.
nextTokenstringPagination token from previous response to retrieve the next page of results.
sortFieldstringenumField to sort conversations by.
createdAtupdatedAtsortDirectionstringenumSort order direction: asc or desc.
ascdescparticipantIdsstring[]Filter by a list of participant IDs.
integrationNamestringFilter by integration name.
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
LIST_FILE_TAGSBOTPRESS_LIST_FILE_TAGSAcciónTool to list all tags used across all bot files. use when you need to retrieve or display file tag metadata; supports pagination via nexttoken.
BOTPRESS_LIST_FILE_TAGSAcciónTool 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
botIdstringObligatorioID of the bot whose file tags should be listed. Used as x-bot-id header.
nextTokenstringPagination token from a previous response to retrieve the next page of tags.
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
LIST_FILE_TAG_VALUESBOTPRESS_LIST_FILE_TAG_VALUESAcciónTool to list all values for a given file tag across all files. use after determining the tag name; supports pagination via nexttoken.
BOTPRESS_LIST_FILE_TAG_VALUESAcciónTool 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
tagstringObligatoriobotIdstringObligatorionextTokenstring
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
LIST_PUBLIC_WORKSPACESBOTPRESS_LIST_PUBLIC_WORKSPACESAcciónTool to retrieve a list of public workspaces. use when browsing publicly available workspaces before selection.
BOTPRESS_LIST_PUBLIC_WORKSPACESAcciónTool to retrieve a list of public workspaces. use when browsing publicly available workspaces before selection.
Parámetros de entrada
searchstringFilter workspaces by search string.
nextTokenstringPagination token from previous response meta.nextToken.
workspaceIdsstring[]Filter by list of workspace IDs.
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
LIST_WORKSPACESBOTPRESS_LIST_WORKSPACESAcciónTool to retrieve a list of workspaces. use when you need to list and page through your botpress workspaces, optionally filtering by handle.
BOTPRESS_LIST_WORKSPACESAcciónTool 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
handlestringWorkspace handle to filter by
nextTokenstringPagination token from previous response meta.nextToken
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