Obtaining ZohoCRM Client ID and Secret
Sign into Zoho API Console
Go to Zoho API Console and sign into your account, or create a new one.
Add a New Client
Click the “ADD CLIENT” button at the top right and select “Server-based Applications”.
Set the Redirect URL for OAuth
Set the Redirect URL for OAuth to:Replace
<Cal.com URL> with your application URL.Enable Multi-DC Option
In the “Settings” section, check the “Multi-DC” option if you wish to use the same OAuth credentials for all data centers.
Obtaining Zoho Calendar Client ID and Secret
Sign into Zoho API Console
Go to Zoho API Console and sign into your account, or create a new one.
Create a New Server-based Application
Choose “Server-based Applications” and set the Redirect URL for OAuth to:Replace
<Cal.com URL> with your application URL.Save Credentials in Cal.com Admin Panel
Copy the Client ID and Client Secret to your app keys in the Cal.com admin panel at:
Enable Multi-DC Option
In the “Settings” section of Zoho API Console, check the “Multi-DC” option if you wish to use the same OAuth credentials across data centers.
Complete Zoho Calendar Integration
Your Zoho Calendar integration is now ready and can be managed at:
Access Zoho Calendar
You can access your Zoho calendar at https://calendar.zoho.com/.
If you use multiple calendars with Cal, make sure to enable the toggle to prevent double-bookings across calendars. This setting can be found at
/settings/my-account/calendars.Obtaining Zoho Bigin Client ID and Secret
Sign into Zoho API Console
Go to Zoho API Console and sign into your account, or create a new one.
Add a New Client for Zoho Bigin
Click the “ADD CLIENT” button at the top right, and select “Server-based Applications”.
Set the Redirect URL for OAuth
Set the Redirect URL for OAuth to:Replace
<Cal.com URL> with your application URL.Save Client ID and Secret to .env.appStore
Copy the Client ID and Client Secret into the
.env.appStore file under:Enable Multi-DC Option
In the “Settings” section, check the “Multi-DC” option if you wish to use the same OAuth credentials across data centers.