Zoho Billing
Zoho Billing is a billing software used by countless organizations across the globe. Using this connector we can extract data from various streams such as products , invoices , transactions and quotes. Docs : https://www.zoho.com/billing/api/v1/introduction/#overview
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| region | string | Region. | |
| client_id | string | OAuth Client ID. | |
| client_secret | string | OAuth Client Secret. | |
| refresh_token | string | OAuth Refresh Token. | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| Products | product_id | DefaultPaginator | ✅ | ❌ | 
| plans | plan_code | DefaultPaginator | ✅ | ❌ | 
| addons | addon_code | DefaultPaginator | ✅ | ❌ | 
| coupons | coupon_code | DefaultPaginator | ✅ | ❌ | 
| customers | customer_id | DefaultPaginator | ✅ | ❌ | 
| Quotes | estimate_id | DefaultPaginator | ✅ | ❌ | 
| invoices | invoice_id | DefaultPaginator | ✅ | ❌ | 
| expenses | expense_id | DefaultPaginator | ✅ | ❌ | 
| subscriptions | customer_id | DefaultPaginator | ✅ | ❌ | 
| taxes | tax_id | DefaultPaginator | ✅ | ❌ | 
| transactions | transaction_id | DefaultPaginator | ✅ | ❌ | 
| recurring expenses | recurring_expense_id | DefaultPaginator | ✅ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
Region
required
string
region
OAuth Client ID
required
string
client_id
OAuth Client Secret
required
string
client_secret
OAuth Refresh Token
required
string
refresh_token
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.12 | 2025-03-09 | 55654 | Update dependencies | 
| 0.0.11 | 2025-03-01 | 54639 | Update dependencies | 
| 0.0.10 | 2025-02-15 | 54114 | Update dependencies | 
| 0.0.9 | 2025-02-08 | 53590 | Update dependencies | 
| 0.0.8 | 2025-02-01 | 53119 | Update dependencies | 
| 0.0.7 | 2025-01-25 | 52553 | Update dependencies | 
| 0.0.6 | 2025-01-18 | 51933 | Update dependencies | 
| 0.0.5 | 2025-01-11 | 51468 | Update dependencies | 
| 0.0.4 | 2024-12-28 | 50836 | Update dependencies | 
| 0.0.3 | 2024-12-21 | 50392 | Update dependencies | 
| 0.0.2 | 2024-12-14 | 49451 | Update dependencies | 
| 0.0.1 | 2024-11-05 | Initial release by @ombhardwajj via Connector Builder |