To use the Zuora connector, add the <zuora.init>
element in your configuration before carrying out any other Zuora operations.
The Zuora API uses token based authentication with the username and password. For more information on authentication, see https://knowledgecenter.zuora.com/BC_Developers/REST_API/A_REST_basics.
init
<zuora.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiVersion>{$ctx:apiVersion}</apiVersion> <apiAccessKeyId>{$ctx:apiAccessKeyId}</apiAccessKeyId> <apiSecretAccessKey>{$ctx:apiSecretAccessKey}</apiSecretAccessKey> </zuora.init>
Properties
apiUrl
: URL of the Zuora API.-
apiVersion:
Version of the Zuora API. apiAccessKeyId
: The account username of Zuora.apiSecretAccessKey
: The account password of the Zuora.
Now that you have connected to Zuora, use the information in the following topics to perform various operations with the connector.