Authentication :: OAuth [OAuth]
Description
OAuth Connection for Zoho CRM API
[API Help..]
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 |
Label |
Required |
Options |
Description |
Help |
Compnay |
Company Screen Name for URL (e.g. mycompany) |
NO |
|
|
|
ClientId |
ClientId |
NO |
|
|
|
ClientSecret |
ClientSecret |
NO |
|
|
|
Permissions |
Permissions |
NO |
|
|
|
AccountUrl |
AccountUrl |
NO |
Option |
Value |
US Domain |
https://accounts.zoho.com |
EU Domain |
https://accounts.zoho.eu |
AU Domain |
https://accounts.zoho.au |
IN Domain |
https://accounts.zoho.in |
CN Domain |
https://accounts.zoho.com.cn |
|
|
|
RedirectUrl |
RedirectUrl |
NO |
|
This is the redirect URL you entered when you created app in Zoho Portal. URL must match exactly including trailing slash
|
|
RetryMode |
RetryMode |
NO |
Option |
Value |
None |
None |
RetryAny |
RetryAny |
RetryWhenStatusCodeMatch |
RetryWhenStatusCodeMatch |
|
|
API Help |
RetryStatusCodeList |
RetryStatusCodeList |
NO |
|
|
|
RetryCountMax |
RetryCountMax |
NO |
|
|
|
RetryMultiplyWaitTime |
RetryMultiplyWaitTime |
NO |
|
|
|