Loading...
Loading...
Automizy integration. Manage data, records, and automate workflows. Use when the user wants to interact with Automizy data.
npx skill4agent add membranedev/application-skills automizymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search automizy --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 Campaigns | list-campaigns | No description |
| List Smart Lists | list-smart-lists | No description |
| List Custom Fields | list-custom-fields | No description |
| Get Campaign | get-campaign | No description |
| Get Smart List | get-smart-list | No description |
| Get Contact | get-contact | No description |
| Get Custom Field | get-custom-field | No description |
| Create Campaign | create-campaign | No description |
| Create Smart List | create-smart-list | No description |
| Create Custom Field | create-custom-field | No description |
| Update Campaign | update-campaign | No description |
| Update Smart List | update-smart-list | No description |
| Update Contact | update-contact | No description |
| Update Custom Field | update-custom-field | No description |
| Delete Campaign | delete-campaign | No description |
| Delete Smart List | delete-smart-list | No description |
| Delete Contact | delete-contact | No description |
| Delete Custom Field | delete-custom-field | No description |
| Send Campaign | send-campaign | No description |
| Create Contact in Smart List | create-contact-in-smart-list | 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