Nutshell
Nutshell is a CRM tool. Using this connector we can extract data from various streams such as contacts , events , products and pipelines. API Docs
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| username | string | Username. | |
| password | string | API Token. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| accounts | id | DefaultPaginator | ✅ | ❌ | 
| accounts_list_items | id | No pagination | ✅ | ❌ | 
| account_types | id | No pagination | ✅ | ❌ | 
| industries | id | No pagination | ✅ | ❌ | 
| activities | id | DefaultPaginator | ✅ | ❌ | 
| activity_types | id | No pagination | ✅ | ❌ | 
| audiences | id | No pagination | ✅ | ❌ | 
| competitors | id | No pagination | ✅ | ❌ | 
| competitor_maps | id | No pagination | ✅ | ❌ | 
| leads_custom_fields | id | No pagination | ✅ | ❌ | 
| leads_list_items | id | No pagination | ✅ | ❌ | 
| leads | id | DefaultPaginator | ✅ | ❌ | 
| leads_report | id | No pagination | ✅ | ❌ | 
| contacts_custom_fields | id | No pagination | ✅ | ❌ | 
| contacts | id | DefaultPaginator | ✅ | ❌ | 
| contacts_list_items | id | No pagination | ✅ | ❌ | 
| events | id | DefaultPaginator | ✅ | ❌ | 
| filters | id | No pagination | ✅ | ❌ | 
| notes | id | DefaultPaginator | ✅ | ❌ | 
| products | id | No pagination | ✅ | ❌ | 
| lead_products | id | No pagination | ✅ | ❌ | 
| sources | id | No pagination | ✅ | ❌ | 
| stages | id | No pagination | ✅ | ❌ | 
| pipelines | id | No pagination | ✅ | ❌ | 
| tags | id | No pagination | ✅ | ❌ | 
| users | id | No pagination | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
Username
required
string
username
API Token
string
password
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.9 | 2025-01-25 | 52274 | Update dependencies | 
| 0.0.8 | 2025-01-18 | 51825 | Update dependencies | 
| 0.0.7 | 2025-01-11 | 51160 | Update dependencies | 
| 0.0.6 | 2024-12-28 | 50615 | Update dependencies | 
| 0.0.5 | 2024-12-21 | 50130 | Update dependencies | 
| 0.0.4 | 2024-12-14 | 49641 | Update dependencies | 
| 0.0.3 | 2024-12-12 | 49228 | Update dependencies | 
| 0.0.2 | 2024-12-11 | 48988 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | 
| 0.0.1 | 2024-11-08 | Initial release by @ombhardwajj via Connector Builder |