Loading...
Loading...
FunnelCockpit integration. Manage Organizations. Use when the user wants to interact with FunnelCockpit data.
npx skill4agent add membranedev/application-skills funnelcockpitmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search funnelcockpit --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 |
|---|---|---|
| Delete Email Contact | delete-email-contact | Delete an email contact (unsubscribe) by ID or email address |
| Delete CRM Contact | delete-crm-contact | Delete a CRM contact by ID |
| List Webinar Viewers | list-webinar-viewers | Retrieve a list of viewers registered for a specific webinar |
| Get Webinar Dates | get-webinar-dates | Retrieve the scheduled dates for a specific webinar |
| List Webinars | list-webinars | Retrieve a list of webinars |
| Get Email Contact | get-email-contact | Retrieve a specific email contact by ID or email address |
| Get CRM Contact | get-crm-contact | Retrieve a specific CRM contact by ID |
| List Email Contacts | list-email-contacts | Retrieve a list of email contacts (subscribers) with optional pagination |
| List CRM Contacts | list-crm-contacts | Retrieve a list of CRM contacts with optional pagination |
| Create Webinar Viewer | create-webinar-viewer | Register a viewer for a webinar. |
| Create or Update CRM Contact | create-or-update-crm-contact | Create a new CRM contact or update an existing one. |
| Create or Update Email Contact | create-or-update-email-contact | Create a new email contact (subscriber) or update an existing one. |
| Get Current User | get-current-user | Retrieve the authenticated user's account information |
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