NAiOS IconNAiOS Logo
Volver al catálogo

Landbot

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.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • bot_idstringObligatorio

    Unique identifier of the bot to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Customer By PhoneLANDBOT_GET_CUSTOMER_BY_PHONEAcción

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".

Parámetros de entrada

  • limitinteger

    Maximum number of customers to return.

  • phonestringObligatorio

    Phone number to search for the customer. Include country code, digits only, optional leading '+'.

  • offsetinteger

    Number of customers to skip before returning results.

  • opt_inboolean

    Filter only customers who have opted in (WhatsApp opt-in).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List AgentsLANDBOT_LIST_AGENTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List BotsLANDBOT_LIST_BOTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ChannelsLANDBOT_LIST_CHANNELSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CustomersLANDBOT_LIST_CUSTOMERSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of records to return per request.

  • offsetinteger

    Number of records to skip before returning results.

  • opt_inboolean

    Filter only customers who have opted in (e.g., WhatsApp opt-in).

  • searchstring

    Value to search for in the specified field.

  • search_bystringenum

    Field to search by. Must be one of 'phone', 'email', or 'name'.

    phoneemailname
  • channel_idinteger

    Filter by specific channel ID through which customers interact.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WhatsApp TemplatesLANDBOT_LIST_WHATSAPP_TEMPLATESAcción

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.

Parámetros de entrada

  • channel_idinteger

    Optional WhatsApp channel ID to filter templates and avoid duplicates

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not