Loading...
Loading...
Clientify integration. Manage data, records, and automate workflows. Use when the user wants to interact with Clientify data.
npx skill4agent add membranedev/application-skills clientifymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search clientify --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 Tasks | list-tasks | Retrieve a paginated list of tasks from Clientify |
| List Deals | list-deals | Retrieve a paginated list of deals from Clientify |
| List Companies | list-companies | Retrieve a paginated list of companies from Clientify |
| List Contacts | list-contacts | Retrieve a paginated list of contacts from Clientify |
| Get Task | get-task | Retrieve a single task by ID from Clientify |
| Get Deal | get-deal | Retrieve a single deal by ID from Clientify |
| Get Company | get-company | Retrieve a single company by ID from Clientify |
| Get Contact | get-contact | Retrieve a single contact by ID from Clientify |
| Create Task | create-task | Create a new task in Clientify |
| Create Deal | create-deal | Create a new deal in Clientify |
| Create Company | create-company | Create a new company in Clientify |
| Create Contact | create-contact | Create a new contact in Clientify |
| Update Task | update-task | Update an existing task in Clientify |
| Update Deal | update-deal | Update an existing deal in Clientify |
| Update Company | update-company | Update an existing company in Clientify |
| Update Contact | update-contact | Update an existing contact in Clientify |
| Delete Deal | delete-deal | Delete a deal from Clientify |
| Delete Company | delete-company | Delete a company from Clientify |
| Delete Contact | delete-contact | Delete a contact from Clientify |
| List Deal Pipelines | list-deal-pipelines | Retrieve a list of deal pipelines and their stages from Clientify |
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