This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Zuora
Overview
The Zuora source syncs data from the Zuora REST API: standard objects, custom objects manually added by user, custom fields in both standard and custom objects available in Zuora Account. The discovering of Zuora Account objects schema may take a while, if you add the connection for the first time, and/or you need to refresh your list of available streams. Please take your time to wait and don't cancel this operation, usually it takes up to 5-10 min, depending on number of objects available in Zuora Account.The source is using Airbyte docker image (@airbyte/source-zuora). Learn more how Airbyte-based sources work
How to connect
Please read setup guide for more information.Connection Parameters
Parameter | Documentation |
---|---|
start_date *string (required) | Start Date in format: YYYY-MM-DD |
window_in_days integer (not required) | The amount of days for each data-chunk begining from start_date. Bigger the value - faster the fetch. (Min=1, as for a Day; Max=364, as for a Year). |
client_id *string (required) | Client ID |
client_secret *string (required) | Client Secret |
is_sandbox boolean (not required) | Defines whether use the SANDBOX or PRODUCTION environment. |