# Zoho Bigin Zoho Bigin connector enables seamless data sync between Zoho Bigin and other platforms. This connector automates CRM data integration, improving workflows and ensuring real-time access to customer insights across tools. ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `data_center` | `string` | Data Center. The data center where the Bigin account's resources are hosted | com | | `client_id` | `string` | OAuth Client ID. | | | `client_secret` | `string` | OAuth Client Secret. | | | `client_refresh_token` | `string` | Refresh token. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | users | id | DefaultPaginator | ✅ | ❌ | | modules | id | No pagination | ✅ | ❌ | | organizations | id | No pagination | ✅ | ❌ | | roles | id | No pagination | ✅ | ❌ | | notes | id | DefaultPaginator | ✅ | ❌ | | tags | id | No pagination | ✅ | ❌ | | companies | id | DefaultPaginator | ✅ | ❌ | | contacts | id | DefaultPaginator | ✅ | ❌ | | tasks | | DefaultPaginator | ✅ | ❌ | | events | id | DefaultPaginator | ✅ | ❌ | | products | id | DefaultPaginator | ✅ | ❌ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.12 | 2025-03-01 | [55158](https://github.com/airbytehq/airbyte/pull/55158) | Update dependencies | | 0.0.11 | 2025-02-23 | [54627](https://github.com/airbytehq/airbyte/pull/54627) | Update dependencies | | 0.0.10 | 2025-02-15 | [54118](https://github.com/airbytehq/airbyte/pull/54118) | Update dependencies | | 0.0.9 | 2025-02-08 | [53592](https://github.com/airbytehq/airbyte/pull/53592) | Update dependencies | | 0.0.8 | 2025-02-01 | [53124](https://github.com/airbytehq/airbyte/pull/53124) | Update dependencies | | 0.0.7 | 2025-01-25 | [52544](https://github.com/airbytehq/airbyte/pull/52544) | Update dependencies | | 0.0.6 | 2025-01-18 | [51936](https://github.com/airbytehq/airbyte/pull/51936) | Update dependencies | | 0.0.5 | 2025-01-11 | [51472](https://github.com/airbytehq/airbyte/pull/51472) | Update dependencies | | 0.0.4 | 2024-12-28 | [50832](https://github.com/airbytehq/airbyte/pull/50832) | Update dependencies | | 0.0.3 | 2024-12-21 | [50391](https://github.com/airbytehq/airbyte/pull/50391) | Update dependencies | | 0.0.2 | 2024-12-14 | [49449](https://github.com/airbytehq/airbyte/pull/49449) | Update dependencies | | 0.0.1 | 2024-10-27 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |