66 lines
3.7 KiB
Markdown
66 lines
3.7 KiB
Markdown
# 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](https://developers.nutshell.com/docs/getting-started)
|
|
|
|
## 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 | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|------------------|-------------------|--------------|----------------|
|
|
| 0.0.14 | 2025-03-01 | [54828](https://github.com/airbytehq/airbyte/pull/54828) | Update dependencies |
|
|
| 0.0.13 | 2025-02-23 | [54549](https://github.com/airbytehq/airbyte/pull/54549) | Update dependencies |
|
|
| 0.0.12 | 2025-02-15 | [53959](https://github.com/airbytehq/airbyte/pull/53959) | Update dependencies |
|
|
| 0.0.11 | 2025-02-08 | [53254](https://github.com/airbytehq/airbyte/pull/53254) | Update dependencies |
|
|
| 0.0.10 | 2025-02-01 | [52757](https://github.com/airbytehq/airbyte/pull/52757) | Update dependencies |
|
|
| 0.0.9 | 2025-01-25 | [52274](https://github.com/airbytehq/airbyte/pull/52274) | Update dependencies |
|
|
| 0.0.8 | 2025-01-18 | [51825](https://github.com/airbytehq/airbyte/pull/51825) | Update dependencies |
|
|
| 0.0.7 | 2025-01-11 | [51160](https://github.com/airbytehq/airbyte/pull/51160) | Update dependencies |
|
|
| 0.0.6 | 2024-12-28 | [50615](https://github.com/airbytehq/airbyte/pull/50615) | Update dependencies |
|
|
| 0.0.5 | 2024-12-21 | [50130](https://github.com/airbytehq/airbyte/pull/50130) | Update dependencies |
|
|
| 0.0.4 | 2024-12-14 | [49641](https://github.com/airbytehq/airbyte/pull/49641) | Update dependencies |
|
|
| 0.0.3 | 2024-12-12 | [49228](https://github.com/airbytehq/airbyte/pull/49228) | Update dependencies |
|
|
| 0.0.2 | 2024-12-11 | [48988](https://github.com/airbytehq/airbyte/pull/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](https://github.com/ombhardwajj) via Connector Builder |
|
|
|
|
</details>
|