Authentication OAuth
Description
OAuth Connection for Zoho CRM API [API reference]
Instructions
To register custom App, perform the following steps (Detailed steps found in the help link at the end)- Go to Zoho API Console
- Click Add Client link
- Select Server-based Applications option
- Enter desired client name (Display purpose only)
- Enter some URL for Company homepage
- For Authorized Redirect URI enter https://zappysys.com/oauth (Or enter your own but we recommend using ZappySys one if possible). This URL must match on Zoho Connector UI.
- Click CREATE.
- Copy Client ID and Secret and paste on Zoho Connector UI.
Parameters
Parameter | Required | Default value | Options | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name:
Label: ClientId |
|||||||||||||||||||||||
Name:
Label: ClientSecret |
|||||||||||||||||||||||
Name:
Label: Permissions To access Visists table you need add extra permissions and re-generate token (e.g. Append ZohoCRM.modules.visits.ALL OR try ZohoCRM.modules.visits.READ, ZohoCRM.modules.visits.DELETE to the value for this property) |
ZohoCRM.settings.all ZohoCRM.modules.all ZohoCRM.coql.READ
|
||||||||||||||||||||||
Name:
Label: AccountUrl |
https://accounts.zoho.com
|
|
|||||||||||||||||||||
Name:
Label: RedirectUrl This is the redirect URL you entered when you created app in Zoho Portal. URL must match exactly including trailing slash |
https://zappysys.com/oauth
|
||||||||||||||||||||||
Name:
Label: API Version Zoho CRM API version. After v2 there are some changes the way fields returned so choose API version carefully. V2 is faster compred to newer version. |
v2
|
|
|||||||||||||||||||||
Name:
Label: RetryMode |
RetryWhenStatusCodeMatch
|
|
|||||||||||||||||||||
Name:
Label: RetryStatusCodeList |
429
|
||||||||||||||||||||||
Name:
Label: RetryCountMax |
5
|
||||||||||||||||||||||
Name:
Label: RetryMultiplyWaitTime |
True
|