# Sendbird AI Chatbot AI integration on Definable

> Sendbird's AI Chatbot enables businesses to integrate intelligent, automated conversational agents into their applications, enhancing customer engagement and support.

## What this connects

Sendbird's AI Chatbot enables businesses to integrate intelligent, automated conversational agents into their applications, enhancing customer engagement and support.

Vendor: https://sendbird.com/

## Tools available

**6** tools available. First 6:

- `SENDBIRD_AI_CHABOT_CREATE_BOT` — Create Bot — Tool to create a new bot. Use when you need to add an AI or default bot to your Sendbird app.
- `SENDBIRD_AI_CHABOT_GET_BOT` — Get Bot — Tool to retrieve information on a specific bot by its user ID. Use when you need to fetch bot details before performing subsequent operations.
- `SENDBIRD_AI_CHABOT_LIST_BOTS` — List Bots — Tool to list all bots in the Sendbird application. Use when you need to fetch bot details with optional filters and pagination.
- `SENDBIRD_AI_CHABOT_LIST_GROUP_CHANNELS` — List Group Channels — Tool to list group channels. Use when you need to fetch available group channels with filters and pagination.
- `SENDBIRD_AI_CHABOT_UNREGISTER_BOT_WEBHOOK` — Unregister Bot Webhook — Tool to unregister the webhook URL for a bot. Use when you need to remove webhook configuration for a specific bot.
- `SENDBIRD_AI_CHABOT_UPDATE_BOT` — Update Bot — Tool to update information on an existing bot. Use when you need to change a bot's user ID, nickname, profile image URL, or toggle read-receipt or privacy settings after creation. Run after confirming the bot ID.

## Auth

Auth schemes: `API_KEY`.

## How agents use Sendbird AI Chatbot

Inside a Definable workflow, Sendbird AI Chatbot is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Sendbird AI Chatbot** — the Researcher (GPT-5.5) pulls context from Sendbird AI Chatbot (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Sendbird AI Chatbot** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Sendbird AI Chatbot (create record, post message, draft email).
- **Designer / Engineer → Distributor → Sendbird AI Chatbot** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Sendbird AI Chatbot (attach file, open PR comment, post status).

The Verifier checks every Sendbird AI Chatbot call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai chatbots — https://definable.ai/apps/category/ai-chatbots/
- customer support — https://definable.ai/apps/category/customer-support/

## Related

- HTML page: https://definable.ai/apps/sendbird_ai_chabot/
- Same category (ai chatbots): https://definable.ai/apps/category/ai-chatbots/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
