Loading...
Loading...
Landbot integration. Manage Leads, Persons, Organizations, Deals, Pipelines, Activities and more. Use when the user wants to interact with Landbot data.
npx skill4agent add membranedev/application-skills landbotmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search landbot --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Send WhatsApp Template | send-whatsapp-template | Send a WhatsApp template message to a customer. |
| Delete Webhook | delete-webhook | Delete an existing webhook by its ID. |
| Create Webhook | create-webhook | Create a message hook (webhook) to receive real-time event notifications for a specified channel. |
| List WhatsApp Templates | list-whatsapp-templates | Retrieve a list of WhatsApp message templates associated with your channel. |
| List Channels | list-channels | Retrieve a list of all messaging channels configured in your Landbot account. |
| List Bots | list-bots | Retrieve a list of all bots in your Landbot account. |
| Block Customer | block-customer | Block a customer to prevent further interactions. |
| Assign Customer to Agent | assign-customer-to-agent | Assign a customer to a human agent for takeover of the conversation. |
| Assign Customer to Bot | assign-customer-to-bot | Assign a customer to a specific bot, optionally at a specific block/node for flow control. |
| Archive Customer | archive-customer | Archive a customer's conversation. |
| Delete Customer | delete-customer | Delete a customer from Landbot by their ID. |
| Update Customer | update-customer | Update an existing customer's information. |
| Create Customer | create-customer | Create a new customer entry in Landbot. |
| Get Customer | get-customer | Retrieve detailed information about a specific customer by their ID. |
| List Customers | list-customers | Retrieve a list of customers who have interacted with your bots. |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY