Loading...
Loading...
Acumbamail integration. Manage data, records, and automate workflows. Use when the user wants to interact with Acumbamail data.
npx skill4agent add membranedev/application-skills acumbamailmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search acumbamail --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 |
|---|---|---|
| Get Lists | get-lists | No description |
| Get Subscribers | get-subscribers | No description |
| Get Campaigns | get-campaigns | No description |
| Get Subscriber Details | get-subscriber-details | No description |
| Get List Stats | get-list-stats | No description |
| Get Campaign Basic Information | get-campaign-basic-info | No description |
| Create List | create-list | No description |
| Add Subscriber | add-subscriber | No description |
| Create Campaign | create-campaign | No description |
| Delete Subscriber | delete-subscriber | No description |
| Delete List | delete-list | No description |
| Batch Add Subscribers | batch-add-subscribers | No description |
| Batch Delete Subscribers | batch-delete-subscribers | No description |
| Send Transactional Email | send-transactional-email | No description |
| Get Fields | get-fields | No description |
| Get Forms | get-forms | No description |
| Get Form Details | get-form-details | No description |
| Get Campaign HTML | get-campaign-html | No description |
| Get Campaign Total Information | get-campaign-total-info | No description |
| Get Campaign Openers | get-campaign-openers | 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