App
ChatBotKit
ChatBotKit helps you create conversational AI bots with custom data and abilities that communicate naturally with users in your App, Website, Slack, Discord, WhatsApp, Telegram and more.
What your agent can do with ChatBotKit
Triggers and actions 17 actions
- ActionCreate Record
Creates a new record.
- ActionDelete Bot
Deletes a bot by id. POST /v1/bot/delete.
- ActionDelete Contact
Deletes a contact by id. POST /v1/contact/delete.
- ActionDelete Conversation
Deletes a conversation by id. POST /v1/conversation/delete.
- ActionDelete Dataset
Deletes a dataset by id. POST /v1/dataset/delete.
- ActionGet Bot
Fetches a single bot by id. POST /v1/bot/fetch.
- ActionGet Contact
Fetches a single contact by id. POST /v1/contact/fetch.
- ActionGet Conversation
Fetches a single conversation by id, including its messages. POST /v1/conversation/fetch.
- ActionGet Dataset
Fetches a single dataset by id. POST /v1/dataset/fetch.
- ActionList Bots
Returns all bots on the account. POST /v1/bot/list (cursor pagination).
- ActionList Contacts
Returns all contacts, cursor-paginated. POST /v1/contact/list.
- ActionList Conversations
Returns all conversations, cursor-paginated. POST /v1/conversation/list.
- ActionList Datasets
Returns all datasets, cursor-paginated. POST /v1/dataset/list.
- ActionList Skillsets
Returns all skillsets, cursor-paginated. POST /v1/skillset/list.
- ActionUpdate Bot
Updates an existing bot's fields. POST /v1/bot/update.
- ActionUpdate Contact
Updates an existing contact's fields. POST /v1/contact/update.
- ActionUpdate Conversation
Updates a conversation's metadata (e.g. name). POST /v1/conversation/update.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the ChatBotKit API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.