Chatbotkit

Learn how to use Chatbotkit with Composio

Overview

Enum

CHATBOTKIT

Description

ChatBotKit is a platform that enables developers to build and manage AI-powered chatbots, offering comprehensive APIs and SDKs for seamless integration into applications.

Authentication Details

api_key
stringRequired

Actions

Tool to send a message to a conversation and receive the bot’s reply. use after retrieving or initiating a conversation id.

Action Parameters

accept
string
conversation_id
stringRequired
text
stringRequired

Action Response

data
object
error
string
success
boolean
successful
boolean
Tool to create a new integration. use when you need to set up a support channel integration for a bot after collecting the integration details.

Action Parameters

botId
stringRequired
description
string
email
stringRequired
meta
object
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new skillset. use when you need to group multiple skills into a single reusable unit.

Action Parameters

data
object
description
string
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of all bots. use when you need to browse or manage multiple bots, and iterate pages via cursor.

Action Parameters

cursor
string
limit
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of conversations. use when you need to page through conversation history.

Action Parameters

accept
string
cursor
string
order
string
take
integer

Action Response

data
object
error
string
successful
boolean
Tool to list messages in a conversation with pagination. use after obtaining a conversation id to fetch messages page by page.

Action Parameters

conversationId
stringRequired
cursor
string
order
string
take
integer

Action Response

data
object
error
string
successful
boolean
Tool to list datasets. use when you need to browse or paginate through available datasets.

Action Parameters

limit
integer
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of trigger integrations. use when you need to browse or manage configured trigger integrations and iterate pages via cursor.

Action Parameters

cursor
string
order
string
take
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all partner accounts associated with the main account. use when you need to view or manage all sub-accounts under your partner umbrella.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all skillsets available in the system. use when you need to enumerate existing skillsets.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all api tokens. use when you need to audit or manage existing tokens.

Action Parameters

Action Response

data
object
error
string
successful
boolean