Loading...
Loading...
CINC integration. Manage data, records, and automate workflows. Use when the user wants to interact with CINC data.
npx skill4agent add membranedev/application-skills cincmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search cinc --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 |
|---|---|---|
| Unsubscribe from Webhook | unsubscribe-from-webhook | Remove the webhook subscription associated with the current access token |
| Subscribe to Webhook | subscribe-to-webhook | Register a webhook URL to receive real-time notifications for CINC events like lead.created and lead.updated. |
| Get Lead Communications | get-lead-communications | Retrieve text and email communication history for a lead in CINC CRM |
| Remove Label from Lead | remove-label-from-lead | Remove a label from a lead in CINC CRM |
| Add Label to Lead | add-label-to-lead | Add a label to a lead in CINC CRM |
| Create Note | create-note | Create a note on a lead in CINC CRM with optional category, pinning, and agent notifications |
| Get Agent | get-agent | Retrieve a specific agent by ID from CINC CRM with full details including roles, status, contact info, company, and s... |
| List Agents | list-agents | Retrieve a list of agents from CINC CRM including their roles, status, contact info, and subscriptions |
| Delete Lead | delete-lead | Delete a lead from CINC CRM by ID. |
| Update Lead | update-lead | Update an existing lead in CINC CRM. |
| Create Lead | create-lead | Create a new lead in CINC CRM with contact information, buyer/seller details, and optional agent assignment |
| Get Lead | get-lead | Retrieve a specific lead by ID from CINC CRM, including contact info, buyer/seller details, pipeline, listings, notes... |
| List Leads | list-leads | Retrieve a list of leads from CINC CRM with optional filtering 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