Actions
| Name | Description |
|---|---|
create_leadCreate a new lead in Nutshell | Create a new lead in Nutshell |
list_leadsList leads in Nutshell | List leads in Nutshell |
create_contactCreate a new contact in Nutshell | Create a new contact in Nutshell |
list_contactsList contacts in Nutshell | List contacts in Nutshell |
custom_api_callMake a custom JSON-RPC call to the Nutshell API | Make a custom JSON-RPC call to the Nutshell API |
Triggers
| Name | Description |
|---|---|
lead_createdTriggers when a new lead is created in Nutshell | Triggers when a new lead is created in Nutshell |
lead_wonTriggers when a lead is marked as won in Nutshell | Triggers when a lead is marked as won in Nutshell |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'nutshell',
actionName: 'create_lead',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Nutshell to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Nutshell support?
Nutshell supports 5 actions including Create Lead, List Leads, Create Contact, List Contacts, Custom API Call.
Can I use Nutshell with AI agents?
Yes. Add Nutshell to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Nutshell use?
Nutshell uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Nutshell integration cost?
The Nutshell integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Nutshell support?
Nutshell supports 2 triggers including Lead Created, Lead Won.
Connect Nutshell in 2 minutes
Get 1,000 free actions every month. No credit card required.