Loading...
Loading...
Nutshell integration. Manage Leads, Persons, Organizations, Deals, Projects, Activities and more. Use when the user wants to interact with Nutshell data.
npx skill4agent add membranedev/application-skills nutshellmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search nutshell --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 |
|---|---|---|
| Find Leads | find-leads | Find leads matching a specified query with pagination support |
| Find Accounts | find-accounts | Find accounts matching a specified query with pagination support |
| Find Contacts | find-contacts | Find contacts matching a specified query with pagination support |
| Find Tasks | find-tasks | Find tasks matching a specified query with pagination support |
| Find Activities | find-activities | Find activities matching a specified query with pagination support |
| Get Lead | get-lead | Get a specific lead by ID |
| Get Account | get-account | Get a specific account by ID |
| Get Contact | get-contact | Get a specific contact by ID |
| Get Task | get-task | Get a specific task by ID |
| Get Activity | get-activity | Get a specific activity by ID |
| Create Lead | create-lead | Create a new lead (sales opportunity) in Nutshell CRM |
| Create Account | create-account | Create a new account (company/organization) in Nutshell CRM |
| Create Contact | create-contact | Create a new contact in Nutshell CRM |
| Create Task | create-task | Create a new task in Nutshell CRM |
| Create Activity | create-activity | Create a new activity (meeting, call, etc.) in Nutshell CRM |
| Update Lead | update-lead | Update an existing lead in Nutshell CRM |
| Update Account | update-account | Update an existing account in Nutshell CRM |
| Update Contact | update-contact | Update an existing contact in Nutshell CRM |
| Update Task | update-task | Update an existing task in Nutshell CRM |
| Update Activity | update-activity | Update an existing activity in Nutshell CRM |
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