# Landbot AI integration on Definable

> Landbot is a no-code chatbot builder that enables businesses to create conversational experiences for customer engagement, lead generation, and support across various messaging channels.

## What this connects

Landbot is a no-code chatbot builder that enables businesses to create conversational experiences for customer engagement, lead generation, and support across various messaging channels.

Vendor: https://landbot.io/

## Tools available

**13** tools available. First 12:

- `LANDBOT_DELETE_BOT` — Delete Bot — Tool to delete a specific bot from your account. Use when you need to remove an unused or test bot after confirming the bot ID.
- `LANDBOT_GET_BRAND` — Get Brand — Tool to retrieve your brand data including contact information and settings. Use when you need to access brand profile details, configuration, or contact information.
- `LANDBOT_LIST_AGENTS` — List Agents — Tool to retrieve a list of agents in your Landbot account. Use after authenticating your account to enumerate all agents and their details.
- `LANDBOT_LIST_BOTS` — List Bots — Tool to list all bots in your Landbot account. Use after authenticating to discover your configured bots.
- `LANDBOT_LIST_CHANNELS` — List Channels — Tool to list all channels integrated with your account. Use after authenticating your account to enumerate available messaging channels and metadata.
- `LANDBOT_LIST_CUSTOMERS` — List Customers — Tool to list customers who have interacted with your bot. Use when you need to retrieve customer records with optional filters (channel_id, opt_in, search) and pagination.
- `LANDBOT_LIST_WHATSAPP_TEMPLATES` — List WhatsApp Templates — Tool to list all WhatsApp message templates available for the account. Use after obtaining your WhatsApp channel ID to fetch template IDs and parameter counts.
- `LANDBOT_REPLACE_AGENT` — Replace Agent — Tool to replace all data for a specific agent (full update). Use when you need to update agent information like name or password.
- `LANDBOT_REPLACE_BRAND` — Replace Brand — Tool to replace or update brand data with a full update (PUT operation). Use when you need to change company branding information in your Landbot account.
- `LANDBOT_SEND_MESSAGE` — Send Message — Tool to send a plain text outbound message to a Landbot customer. Use when you need to reply to or continue a support chat with a known customer_id.
- `LANDBOT_SET_AGENT_STATUS` — Set Agent Status — Tool to change your agent status to online, offline, or busy. Use when you need to update your availability status in Landbot.
- `LANDBOT_UPDATE_AGENT` — Update Agent — Tool to update an agent's information in your Landbot account. Use when you need to modify agent details such as name, email, or password. This performs a partial update.

## Auth

Auth schemes: `API_KEY`.

## How agents use Landbot

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

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

The Verifier checks every Landbot 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/landbot/
- 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
