Landbot
landbotLandbot is a no-code chatbot builder that enables businesses to create conversational experiences for customer engagement, lead generation, and support across various messaging channels.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete BotLANDBOT_DELETE_BOTAcciónTool 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_DELETE_BOTAcciónTool to delete a specific bot from your account. use when you need to remove an unused or test bot after confirming the bot id.
Parámetros de entrada
bot_idstringObligatorioUnique identifier of the bot to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Customer By PhoneLANDBOT_GET_CUSTOMER_BY_PHONEAcciónTool 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".
LANDBOT_GET_CUSTOMER_BY_PHONEAcciónTool 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".
Parámetros de entrada
limitintegerMaximum number of customers to return.
phonestringObligatorioPhone number to search for the customer. Include country code, digits only, optional leading '+'.
offsetintegerNumber of customers to skip before returning results.
opt_inbooleanFilter only customers who have opted in (WhatsApp opt-in).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AgentsLANDBOT_LIST_AGENTSAcciónTool to retrieve a list of agents in your landbot account. use after authenticating your account to enumerate all agents and their details.
LANDBOT_LIST_AGENTSAcciónTool to retrieve a list of agents in your landbot account. use after authenticating your account to enumerate all agents and their details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List BotsLANDBOT_LIST_BOTSAcciónTool to list all bots in your landbot account. use after authenticating to discover your configured bots.
LANDBOT_LIST_BOTSAcciónTool to list all bots in your landbot account. use after authenticating to discover your configured bots.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ChannelsLANDBOT_LIST_CHANNELSAcciónTool to list all channels integrated with your account. use after authenticating your account to enumerate available messaging channels and metadata.
LANDBOT_LIST_CHANNELSAcciónTool to list all channels integrated with your account. use after authenticating your account to enumerate available messaging channels and metadata.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CustomersLANDBOT_LIST_CUSTOMERSAcciónTool 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_CUSTOMERSAcciónTool 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.
Parámetros de entrada
limitintegerMaximum number of records to return per request.
offsetintegerNumber of records to skip before returning results.
opt_inbooleanFilter only customers who have opted in (e.g., WhatsApp opt-in).
searchstringValue to search for in the specified field.
search_bystringenumField to search by. Must be one of 'phone', 'email', or 'name'.
phoneemailnamechannel_idintegerFilter by specific channel ID through which customers interact.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WhatsApp TemplatesLANDBOT_LIST_WHATSAPP_TEMPLATESAcciónTool 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_LIST_WHATSAPP_TEMPLATESAcciónTool to list all whatsapp message templates available for the account. use after obtaining your whatsapp channel id to fetch template ids and parameter counts.
Parámetros de entrada
channel_idintegerOptional WhatsApp channel ID to filter templates and avoid duplicates
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not