Loading...
Loading...
Cflow integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cflow data.
npx skill4agent add membranedev/application-skills cflowmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search cflow --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 |
|---|---|---|
| Create Note | create-note | Create a new note entry on a record |
| Get Records | get-records | Get a list of records from a workflow process |
| Update Record | update-record | Update an existing record in a workflow process |
| Create Record | create-record | Create a new record in a workflow process |
| Get Record | get-record | Retrieve a specific record from a workflow by its ID |
| Get Fields | get-fields | Get the form fields for a specific workflow |
| Get Users | get-users | Get a list of users in Cflow |
| Get Stages | get-stages | Get a list of stages for a specific workflow |
| Get Processes | get-processes | Get a list of processes (stages) for a specific workflow |
| Get Workflows | get-workflows | Retrieve a list of all workflows available in Cflow |
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