Botpress

Learn how to use Botpress with Composio

Overview

Enum

BOTPRESS

Description

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

Authentication Details

bearer_token
stringRequired

Actions

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

Action Parameters

botId
stringRequired
id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get details of the authenticated account. use after confirming valid credentials.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

id
stringRequired
nextToken
string

Action Response

data
object
error
string
successful
boolean
Tool to list all conversations. use when you need to retrieve and page through chat threads.

Action Parameters

botId
stringRequired
channel
string
integrationName
string
nextToken
string
participantIds
array
sortDirection
string
sortField
string
tags
object

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

botId
stringRequired
nextToken
string

Action Response

data
object
error
string
successful
boolean
Tool to list all values for a given file tag across all files. use after determining the tag name; supports pagination via nexttoken.

Action Parameters

botId
stringRequired
nextToken
string
tag
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of public workspaces. use when browsing publicly available workspaces before selection.

Action Parameters

nextToken
string
search
string
workspaceIds
array

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of workspaces. use when you need to list and page through your botpress workspaces, optionally filtering by handle.

Action Parameters

handle
string
nextToken
string

Action Response

data
object
error
string
successful
boolean