# Landbot

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.

- **Category:** ai chatbots
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 13
- **Triggers:** 0
- **Slug:** `LANDBOT`
- **Version:** 20260414_00

## Tools

### Delete Bot

**Slug:** `LANDBOT_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.

### Get Brand

**Slug:** `LANDBOT_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.

### List Agents

**Slug:** `LANDBOT_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.

### List Bots

**Slug:** `LANDBOT_LIST_BOTS`

Tool to list all bots in your Landbot account. Use after authenticating to discover your configured bots.

### List Channels

**Slug:** `LANDBOT_LIST_CHANNELS`

Tool to list all channels integrated with your account. Use after authenticating your account to enumerate available messaging channels and metadata.

### List Customers

**Slug:** `LANDBOT_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.

### List WhatsApp Templates

**Slug:** `LANDBOT_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.

### Replace Agent

**Slug:** `LANDBOT_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.

### Replace Brand

**Slug:** `LANDBOT_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.

### Send Message

**Slug:** `LANDBOT_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.

### Set Agent Status

**Slug:** `LANDBOT_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.

### Update Agent

**Slug:** `LANDBOT_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.

### Update Brand

**Slug:** `LANDBOT_UPDATE_BRAND`

Tool to partially update your brand data in Landbot. Use when you need to modify brand information such as name, phone, address, city, zipcode, or country.
