eavz
Nutshell

Nutshell

Simple yet powerful CRM for small businesses to manage sales pipelines

Basic AuthSales & CRM
5 actions
2 triggers

Actions

Name
create_lead

Create a new lead in Nutshell

list_leads

List leads in Nutshell

create_contact

Create a new contact in Nutshell

list_contacts

List contacts in Nutshell

custom_api_call

Make a custom JSON-RPC call to the Nutshell API

Triggers

Name
lead_created

Triggers when a new lead is created in Nutshell

lead_won

Triggers when a lead is marked as won in Nutshell

Quick Start

TypeScript
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.