Loading...
Loading...
Chatbot Builder integration. Manage data, records, and automate workflows. Use when the user wants to interact with Chatbot Builder data.
npx skill4agent add membranedev/application-skills chatbot-buildermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search chatbot-builder --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 |
|---|---|---|
| List Opportunities | list-opportunities | Get list of opportunities/tickets in a pipeline. |
| List Pipelines | list-pipelines | Get list of pipelines with pagination support. |
| List Custom Fields | list-custom-fields | Get all custom fields from a business account. |
| List Tags | list-tags | Get all tags from a business account. |
| List Flows | list-flows | Get all flows from a business account. |
| Get Opportunity | get-opportunity | Get an opportunity/ticket by its ID. |
| Get Pipeline | get-pipeline | Get a pipeline by its ID. |
| Get Contact | get-contact | Get contact by contact ID. |
| Get Tag | get-tag | Get a tag by its ID. |
| Create Opportunity | create-opportunity | Create a new opportunity/ticket in a pipeline. |
| Create Custom Field | create-custom-field | Create a new custom field in the business account. |
| Create Tag | create-tag | Create a new tag in the business account. |
| Create Contact | create-contact | Creates a new contact with phone number, email, name, and optional actions like adding tags, setting custom fields, or sending flows. |
| Update Opportunity | update-opportunity | Update an existing opportunity/ticket. |
| Delete Opportunity | delete-opportunity | Delete an opportunity/ticket from a pipeline. |
| Delete Tag | delete-tag | Delete a tag from the business account. |
| Send Text Message | send-text-message | Send a text message to a contact on a specified channel. |
| Add Tag to Contact | add-tag-to-contact | Add a tag to a contact. |
| Remove Tag from Contact | remove-tag-from-contact | Remove a tag from a contact. |
| Send Flow | send-flow | Send a flow to a contact to trigger an automated conversation sequence. |
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