Loading...
Loading...
MixMax integration. Manage Users, Organizations. Use when the user wants to interact with MixMax data.
npx skill4agent add membranedev/application-skills mixmaxmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search mixmax --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 Teams | list-teams | Lists all teams the user belongs to or has access to |
| List Rules (Webhooks) | list-rules | Lists all webhook rules configured for the user |
| Remove from Unsubscribes | remove-unsubscribe | Remove an email address from the unsubscribe list |
| Add to Unsubscribes | add-unsubscribe | Add an email address to the unsubscribe list |
| List Unsubscribes | list-unsubscribes | Lists all unsubscribed email addresses |
| List Live Feed Events | list-livefeed-events | Get email engagement events from the live feed (opens, clicks, replies, etc.) |
| Get Poll | get-poll | Get a specific poll by ID with its results |
| List Polls | list-polls | Lists all polls created by the user |
| Get Snippet | get-snippet | Get a specific template/snippet by ID |
| List Snippets (Templates) | list-snippets | Lists templates/snippets that the user has access to (including shared ones) |
| Send Message | send-message | Send a previously created draft message. |
| Get Message | get-message | Get a specific message by ID |
| Create Message | create-message | Creates a draft Mixmax message (email). |
| List Messages | list-messages | Lists Mixmax messages (emails) for the authenticated user |
| Get Sequence Recipients | get-sequence-recipients | Get all recipients of a sequence with their status |
| Cancel Sequence for Recipient | cancel-sequence-recipient | Cancel a sequence for a specific recipient by email |
| Add Recipient to Sequence | add-recipient-to-sequence | Adds one or more recipients to a sequence. |
| Search Sequences | search-sequences | Search sequences by name |
| List Sequences | list-sequences | Lists all sequences available to the authenticated user |
| Get Current User | get-current-user | Returns the authenticated user's information including their user ID |
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