Skip to main content

Integrating Zoho with vCX

Creating Zoho API's for Integration with vCX

Head over to https://api-console.zoho.in/ (please check your region, it could be .in, .eu, .us etc)

image.png

Click Add Client -> Self Client

image.png

Add Scope and select Time Duration to 10 minutes

For more information on scope, check this link https://desk.zoho.com/DeskAPIDocument#OauthTokens#OAuthScopes

Add the below scope 

Desk.tickets.ALL ALL,Desk.tasks.ALL ALL,Desk.basic.READ READ,Desk.settings.ALL ALL,Desk.events.ALL ALL,Desk.articles.READ READ,Desk.contacts.CREATE CREATE,Desk.contacts.UPDATE UPDATE,Desk.contacts.DELETE DELETE,Desk.contacts.READ READ,Desk.search.READ

image.png

Client ID and Secret can be found on the next tab

image.png

Click Create on Generate Code to select the service and create the code

image.png

Click on Create to reveal to code