Loading...
Loading...
Botstar integration. Manage data, records, and automate workflows. Use when the user wants to interact with Botstar data.
npx skill4agent add membranedev/application-skills botstarmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search botstar --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 Bots | list-bots | Get a list of all your bots |
| List Entities | list-entities | Get all CMS entities for a bot |
| List Entity Items | list-entity-items | Get all items for a CMS entity with pagination |
| List Bot Attributes | list-bot-attributes | Get all bot attributes for a bot |
| Get Bot | get-bot | Get a bot by ID |
| Get Entity | get-entity | Get a CMS entity by ID |
| Get Entity Item | get-entity-item | Get a single CMS entity item by ID |
| Get User | get-user | Get user info for a bot |
| Create Bot | create-bot | Create a new bot |
| Create Entity | create-entity | Create a new CMS entity |
| Create Entity Item | create-entity-item | Create a new CMS entity item |
| Create Bot Attribute | create-bot-attribute | Create a new bot attribute |
| Create User Attribute | create-user-attribute | Create a custom user attribute for a bot |
| Update Entity | update-entity | Update a CMS entity |
| Update Entity Item | update-entity-item | Update a CMS entity item |
| Update Bot Attribute | update-bot-attribute | Update an existing bot attribute |
| Update User | update-user | Update user attributes for a bot user |
| Delete Entity | delete-entity | Delete a CMS entity |
| Delete Entity Item | delete-entity-item | Delete a CMS entity item |
| Send Message | send-message | Send a message to a Facebook audience via Botstar |
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