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 | ✅ | ❌ |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2024-11-05 | | Initial release by @ombhardwajj via Connector Builder |