This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Zoho Books Operations

To use the Zoho Books connector, add the <zohobooks.init> element in your configuration before carrying out any other Zoho Books operations. 

GoToTraining uses an authentication token for authorization. For more information on authentication, see https://www.zoho.com/books/api/v3//.

init
<zohobooks.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <authToken>{$ctx:authToken}</authToken>
	<organizationId>{$ctx:organizationId}</organizationId>
</zohobooks.init>
Properties 
  • apiUrl: The base end point URL of the Zoho Books API.
  • authToken: The OAuth token to read and manipulate data of the Zoho Books account.
  • organizationId: The ID of the organization to which the Zoho Books account belongs.

Now that you have connected to Zoho Books, use the information in the following topics to perform various operations with the connector.