Loading...
Loading...
Zoho CRM integration. Manage crm and marketing automation data, records, and workflows. Use when the user wants to interact with Zoho CRM data.
npx skill4agent add membranedev/application-skills zoho-crmmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search zoho-crm --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 Records | list-records | List records from any Zoho CRM module. |
| Get Record | get-record | Get a single record by ID from any Zoho CRM module. |
| Create Record | create-record | Create a new record in any Zoho CRM module. |
| Update Record | update-record | Update an existing record in any Zoho CRM module. |
| Delete Record | delete-record | Delete a record from any Zoho CRM module. |
| List Users | list-users | List all users in the Zoho CRM organization |
| Get User | get-user | Get a specific user by ID |
| List Modules | list-modules | List all available modules in Zoho CRM |
| Get Module | get-module | Get metadata for a specific module |
| Search Records | search-records | Search records in a Zoho CRM module using various criteria |
| Query Records (COQL) | query-records | Query records using Zoho CRM COQL (CRM Object Query Language) |
| Upsert Record | upsert-record | Insert or update a record based on duplicate check fields |
| Convert Lead | convert-lead | Convert a Lead to Contact, Account, and optionally Deal |
| List Notes | list-notes | List all notes in Zoho CRM with pagination |
| Create Note | create-note | Create a new note attached to a record |
| Get Note | get-note | Get a specific note by ID |
| Update Note | update-note | Update an existing note |
| Delete Note | delete-note | Delete a note by ID |
| Get Related Records | get-related-records | Get related records for a parent record. |
| Clone Record | clone-record | Clone an existing record |
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