---
title: "Zoho"
---
#### Obtaining ZohoCRM Client ID and Secret
Go to [Zoho API Console](https://api-console.zoho.com/) and sign into your account, or create a new one.
From the API console page, navigate to "Applications".
Click the "ADD CLIENT" button at the top right and select "Server-based Applications".
Enter any desired information in the "Client Details" tab.
Navigate to the "Client Secret" tab.
Copy the Client ID and Client Secret into your `.env` file under:
```
ZOHOCRM_CLIENT_ID
ZOHOCRM_CLIENT_SECRET
```
Set the Redirect URL for OAuth to:
```
/api/integrations/zohocrm/callback
```
Replace `` with your application URL.
In the "Settings" section, check the "Multi-DC" option if you wish to use the same OAuth credentials for all data centers.
Click "Save" or "UPDATE" at the bottom of the page.
Your ZohoCRM integration can now be easily added in the Cal.com settings.
#### Obtaining Zoho Calendar Client ID and Secret
Go to [Zoho API Console](https://api-console.zoho.com/) and sign into your account, or create a new one.
Choose "Server-based Applications" and set the Redirect URL for OAuth to:
```
/api/integrations/zohocalendar/callback
```
Replace `` with your application URL.
Enter any information you want in the "Client Details" tab.
Navigate to the "Client Secret" tab.
Copy the Client ID and Client Secret to your app keys in the Cal.com admin panel at:
```
/settings/admin/apps
```
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.
Click "Save" or "UPDATE" at the bottom of the page.
Your Zoho Calendar integration is now ready and can be managed at:
```
/settings/my-account/calendars
```
You can access your Zoho calendar at [https://calendar.zoho.com/](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
Go to [Zoho API Console](https://api-console.zoho.com/) and sign into your account, or create a new one.
Click the "ADD CLIENT" button at the top right, and select "Server-based Applications".
Set the Redirect URL for OAuth to:
```
/api/integrations/zoho-bigin/callback
```
Replace `` with your application URL.
Navigate to the "Client Secret" tab.
Copy the Client ID and Client Secret into the `.env.appStore` file under:
```
ZOHO_BIGIN_CLIENT_ID
ZOHO_BIGIN_CLIENT_SECRET
```
In the "Settings" section, check the "Multi-DC" option if you wish to use the same OAuth credentials across data centers.
Your Zoho Bigin integration is now ready and can be added from the Cal.com app store.