Loading...
Loading...
Close integration. Manage Organizations. Use when the user wants to interact with Close data.
npx skill4agent add membranedev/application-skills closemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search close --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 Leads | list-leads | List leads with optional pagination |
| List Contacts | list-contacts | List all contacts with optional pagination |
| List Opportunities | list-opportunities | List opportunities with optional filtering by lead, user, status, or date range |
| List Tasks | list-tasks | List tasks with optional filtering by lead, user, completion status, or view |
| List Activities | list-activities | List all activities with optional filtering by lead, user, contact, or type |
| List Notes | list-notes | List note activities with optional filtering by lead or user |
| Get Lead | get-lead | Retrieve a single lead by ID |
| Get Contact | get-contact | Retrieve a single contact by ID |
| Get Opportunity | get-opportunity | Retrieve a single opportunity by ID |
| Get Task | get-task | Retrieve a single task by ID |
| Get Note | get-note | Retrieve a single note by ID |
| Get User | get-user | Retrieve a single user by ID |
| Create Lead | create-lead | Create a new lead with optional contacts and addresses |
| Create Contact | create-contact | Create a new contact. |
| Create Opportunity | create-opportunity | Create a new opportunity for a lead |
| Create Task | create-task | Create a new task for a lead |
| Create Note | create-note | Create a new note on a lead |
| Update Lead | update-lead | Update an existing lead |
| Update Contact | update-contact | Update an existing contact |
| Update Opportunity | update-opportunity | Update an existing opportunity |
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