Zuora Sink (Deprecated)
This plugin is no longer available as of July 26, 2024.
Writes records to a Zuora objects. Each record will be written to an object collection.
Configuration
Property | Macro Enabled? | Description |
---|---|---|
Reference Name | No | Required. Name used to uniquely identify this sink for lineage, annotating metadata, etc. |
Authentication Type | Yes | Required. How user would like to be authenticated to the Zuora account. |
Username | Yes | Optional. Login name for the Zuora account. |
Password | Yes | Optional. Password for the Zuora account. |
Client ID | Yes | Optional. The OAuth2 client ID. |
Client Secret | Yes | Optional. The OAuth2 client secret. |
REST API Endpoint | Yes | Required. Default is https://rest.zuora.com. |
Object to write to | Â | Required. List of available objects to fetch. Available objects:
|
Body column name | Yes | Required. Column name which would contains the JSON content to post |
Request arguments source | Yes | Required. Place to read the arguments, could be used configuration or Input Record. |
Request arguments | Yes | Optional. Required arguments for the objects. For more information, see below. |
Request Arguments for Objects
Request argument | Applicable object |
---|---|
invoiceId | DebitMemo, CreditMemo |
id | GenerateBillingDocument |
creditmemoId | RefundCreditMemo |
paymentId | RefundPayment |
debitMemoId | Taxation |
Created in 2020 by Google Inc.