Landbot

Learn how to use Landbot with Composio

Overview

Enum

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

api_key
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to list all bots in your landbot account. use after authenticating to discover your configured bots.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean