Loading...
Loading...
Flodesk integration. Manage Users, Subscribers, Emails, Workflows. Use when the user wants to interact with Flodesk data.
npx skill4agent add membranedev/application-skills flodeskmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search flodesk --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 |
|---|---|---|
| Remove Subscriber from Workflow | remove-subscriber-from-workflow | Remove a subscriber from a workflow. |
| Add Subscriber to Workflow | add-subscriber-to-workflow | Add a subscriber to a workflow. |
| List Workflows | list-workflows | List all workflows in your Flodesk account. |
| Get Segment | get-segment | Retrieve a segment by its ID. |
| Create Segment | create-segment | Create a new segment in your Flodesk account. |
| List Segments | list-segments | List all segments in your Flodesk account. |
| Unsubscribe Subscriber | unsubscribe-subscriber | Unsubscribe a subscriber from all lists. |
| Remove Subscriber from Segments | remove-subscriber-from-segments | Remove a subscriber from one or more segments. |
| Add Subscriber to Segments | add-subscriber-to-segments | Add a subscriber to one or more segments. |
| Get Subscriber | get-subscriber | Retrieve a subscriber by ID or email address. |
| Create or Update Subscriber | create-or-update-subscriber | Create a new subscriber or update an existing one by email or ID. |
| List Subscribers | list-subscribers | List all subscribers with optional filtering by status and pagination. |
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