Nutshell website screenshot

Nutshell

Nutshell is a CRM and email marketing platform for small to mid-sized B2B sales teams, providing pipeline management, contact and company records, reporting, automation, and built-in email campaigns. The product unifies sales pipelines, activity tracking, and outbound communications in one workspace with mobile and desktop clients. Nutshell exposes a REST API for contacts, leads, accounts, activities, and pipelines, plus a legacy JSON-RPC API, both authenticated with an API key.

2 APIs 0 Features
CRMSalesPipeline ManagementEmail MarketingContact ManagementSales Automation

APIs

Nutshell REST API

Resource-based REST API for managing contacts, leads, accounts, activities, pipelines, and tasks in Nutshell CRM. Authentication uses an API key generated from the Nutshell acco...

Nutshell Legacy JSON-RPC API

Legacy JSON-RPC API for accessing Nutshell CRM data, retained for backward compatibility with existing integrations.

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nutshell REST API
  version: '1.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Contacts
    type: folder
  items:
  - info:
      name: List contacts
      type: http
    http:
      method: GET
      url: https://app.nutshell.com/api/v1/contacts
    docs: List contacts
- info:
    name: Leads
    type: folder
  items:
  - info:
      name: List leads
      type: http
    http:
      method: GET
      url: https://app.nutshell.com/api/v1/leads
    docs: List leads
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List accounts
      type: http
    http:
      method: GET
      url: https://app.nutshell.com/api/v1/accounts
    docs: List accounts
- info:
    name: Activities
    type: folder
  items:
  - info:
      name: List activities
      type: http
    http:
      method: GET
      url: https://app.nutshell.com/api/v1/activities
    docs: List activities
- info:
    name: Pipelines
    type: folder
  items:
  - info:
      name: List pipelines
      type: http
    http:
      method: GET
      url: https://app.nutshell.com/api/v1/pipelines
    docs: List pipelines
bundled: true