Loading...
Loading...
Aimtell integration. Manage data, records, and automate workflows. Use when the user wants to interact with Aimtell data.
npx skill4agent add membranedev/application-skills aimtellmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search aimtell --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 Campaigns | list-campaigns | No description |
| List Segments | list-segments | No description |
| List Subscribers | list-subscribers | No description |
| List Websites | list-websites | No description |
| List Event Triggered Campaigns | list-event-triggered-campaigns | No description |
| List Opt-in Prompts | list-opt-in-prompts | No description |
| Get Campaign | get-campaign | No description |
| Get Segment | get-segment | No description |
| Get Subscriber | get-subscriber | No description |
| Get Website | get-website | No description |
| Get Welcome Campaign | get-welcome-campaign | No description |
| Get Event Triggered Campaign | get-event-triggered-campaign | No description |
| Get Website Settings | get-website-settings | No description |
| Create Campaign | create-campaign | No description |
| Create Segment | create-segment | No description |
| Create Website | create-website | No description |
| Update Campaign | update-campaign | No description |
| Update Segment | update-segment | No description |
| Update Website Settings | update-website-settings | No description |
| Delete Campaign | delete-campaign | No description |
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