Loading...
Loading...
AcyMailing integration. Manage data, records, and automate workflows. Use when the user wants to interact with AcyMailing data.
npx skill4agent add membranedev/application-skills acymailingmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search acymailing --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 Campaign by ID | get-campaign-by-id | |
| Delete Campaign | delete-campaign | |
| Get Campaigns | get-campaigns | |
| Send Campaign | send-campaign | |
| Create or Update Campaign | create-or-update-campaign | |
| Get Unsubscribed Users from Lists | get-unsubscribed-users | |
| Get List Subscribers | get-list-subscribers | |
| Unsubscribe Users from Lists | unsubscribe-users-from-lists | |
| Subscribe Users to Lists | subscribe-users-to-lists | |
| Get User Subscriptions | get-user-subscriptions | |
| Delete List | delete-list | |
| Create List | create-list | |
| Get Lists | get-lists | |
| Create or Update User | create-or-update-user | |
| Get Users | get-users | |
| Delete User | delete-user |
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