Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Zoho People uses an authentication token, which you can generate using the API mode or the browser mode. For more information on authentication, see https://www.zoho.com/people/help/api/auth-token.html.

Code Block
languagexml
titleinit
<zohopeople.init>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
	<authToken>{$ctx:authToken}</authToken>
	<responseType>{$ctx:responseType}</responseType>
</zohopeople.init>
Properties 
  • apiUrlThe API URL of Zoho People.
  • authToken: The encrypted alphanumeric string to authenticate the Zoho credentials.
  • responseType: The type of response to return, e.g., application/json

Now that you have connected to Zoho People, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see /wiki/spaces/CONNECTORS/pages/48465045.

Child pages (Children Display)

...