Loading...
Loading...
Active Trail integration. Manage data, records, and automate workflows. Use when the user wants to interact with Active Trail data.
npx skill4agent add membranedev/application-skills active-trailmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search active-trail --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 Contacts | list-contacts | Get a list of contacts from your Active Trail account with optional filtering |
| List Mailing Lists | list-mailing-lists | Get all mailing lists |
| List Campaigns | list-campaigns | Get all email campaigns |
| List Groups | list-groups | Get all groups from your Active Trail account |
| List Automations | list-automations | Get all automations in the account |
| List Templates | list-templates | Get all email templates |
| Get Contact | get-contact | Get a single contact by ID |
| Get Mailing List | get-mailing-list | Get a single mailing list by ID |
| Get Campaign | get-campaign | Get a single campaign by ID |
| Get Group | get-group | Get a single group by ID |
| Get Automation | get-automation | Get a single automation by ID |
| Get Template | get-template | Get a single template by ID |
| Create Contact | create-contact | Create a new contact in your Active Trail account |
| Create Mailing List | create-mailing-list | Create a new mailing list |
| Create Group | create-group | Create a new contact group |
| Update Contact | update-contact | Update an existing contact |
| Update Group | update-group | Update an existing group |
| Delete Contact | delete-contact | Delete a contact by ID |
| Delete Mailing List | delete-mailing-list | Delete a mailing list by ID |
| Delete Group | delete-group | Delete a group by 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