Loading...
Loading...
Mailchimp integration. Manage marketing automation data, records, and workflows. Use when the user wants to interact with Mailchimp data.
npx skill4agent add membranedev/application-skills mailchimpmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search mailchimp --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 Audiences | list-audiences | Get information about all lists (audiences) in the account |
| List Campaigns | list-campaigns | Get all campaigns in an account |
| List Members | list-members | Get information about members (contacts) in a list (audience) |
| List Templates | list-templates | Get a list of templates for the account |
| List Automations | list-automations | Get a summary of an account's classic automations |
| List Segments | list-segments | Get information about all available segments for a specific list |
| Get Audience | get-audience | Get information about a specific list (audience) |
| Get Campaign | get-campaign | Get information about a specific campaign |
| Get Member | get-member | Get information about a specific list member (contact) by subscriber hash (MD5 hash of lowercase email) |
| Get Template | get-template | Get information about a specific template |
| Get Automation | get-automation | Get information about a specific classic automation workflow |
| Get Segment | get-segment | Get information about a specific segment |
| Create Audience | create-audience | Create a new list (audience) |
| Create Campaign | create-campaign | Create a new Mailchimp campaign |
| Create Template | create-template | Create a new template for the account. |
| Create Segment | create-segment | Create a new segment in a specific list |
| Add Member to List | add-member-to-list | Add a new member (contact) to a list (audience) |
| Update Audience | update-audience | Update settings for a specific list (audience) |
| Update Campaign | update-campaign | Update some or all of the settings for a specific campaign |
| Update Member | update-member | Update a list member (contact) |
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