
Zoho Invoice
Zoho invoice is an invoicing software used by businesses.
With this connector we can extract data from various streams such as items , contacts and invoices streams.
Docs : https://www.zoho.com/invoice/api/v3/introduction/#overview
Configuration
| Input | Type | Description | Default Value | 
|---|
| client_id | string | Client ID. |  | 
| client_secret | string | Client secret. |  | 
| client_refresh_token | string | Refresh token. |  | 
| organization_id | string | Organization ID. TO be provided if a user belongs to multiple organizations |  | 
| region | string | Region. |  | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|
| items | item_id | DefaultPaginator | ✅ | ❌ | 
| users |  | DefaultPaginator | ✅ | ❌ | 
| contacts | contact_id | DefaultPaginator | ✅ | ❌ | 
| invoices | invoice_id | DefaultPaginator | ✅ | ❌ | 
| recurring_invoices | recurring_invoice_id | DefaultPaginator | ✅ | ❌ | 
| customer_payments | payment_id | DefaultPaginator | ✅ | ❌ | 
| credit notes | creditnote_id | DefaultPaginator | ✅ |  |