Landbot

Learn how to use Landbot with Composio

Overview

SLUG

LANDBOT

Description

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.

Authentication Details

generic_api_key
stringRequired

Tools

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.

Action Parameters

bot_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LANDBOT_GET_CUSTOMER_BY_PHONE

Tool to retrieve customer details by phone number. use when you need to fetch a customer's profile by their phone. example: "find customer with phone +1234567890".

Action Parameters

limit
integerDefaults to 1
offset
integer
opt_in
booleanDefaults to True
phone
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LANDBOT_LIST_BOTS

Tool to list all bots in your landbot account. use after authenticating to discover your configured bots.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

channel_id
integer
limit
integerDefaults to 100
offset
integer
opt_in
boolean
search
string
search_by
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

channel_id
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired