Loading...
Loading...
FlippingBook integration. Manage FlippingBooks, Users, Groups, Brandings. Use when the user wants to interact with FlippingBook data.
npx skill4agent add membranedev/application-skills flippingbookmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search flippingbook --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 Tracked Links | list-tracked-links | List tracked links for publications. |
| Create Publication Source | create-publication-source | Create a new source (PDF) for an existing publication. |
| Get Publication Source | get-publication-source | Retrieve information about a single source. |
| List Publication Sources | list-publication-sources | List all sources (PDF history) for a given publication |
| Customize Publication | customize-publication | Update the publication's customization including look and behavior settings |
| Delete Publication | delete-publication | Mark a publication for deletion. |
| Update Publication | update-publication | Update the metadata for a publication, optionally attaching a new source file |
| Create Publication | create-publication | Create a new publication, optionally attaching a source PDF file |
| Get Publication | get-publication | Retrieve information about a publication by its identifier |
| List Publications | list-publications | List filtered and/or paged publications in the account |
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