83d98a1ac4
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> |
||
---|---|---|
.. | ||
api | ||
lib | ||
static | ||
DESCRIPTION.md | ||
README.md | ||
config.json | ||
index.ts | ||
package.json | ||
zod.ts |
README.md
Obtaining Zoho Bigin Client ID and Secret
- Open Zoho API Console and sign into your account, or create a new one.
- Click "ADD CLIENT" button top right and select "Server-based Applications".
- Set the Redirect URL for OAuth
<Cal.com URL>/api/integrations/zoho-bigin/callback
replacing Cal.com URL with the URI at which your application runs. - Go to tab "Client Secret" tab.
- Now copy the Client ID and Client Secret to your .env.appStore file into the
ZOHO_BIGIN_CLIENT_ID
andZOHO_BIGIN_CLIENT_SECRET
fields. - In the "Settings" section check the "Multi-DC" option if you wish to use the same OAuth credentials for all data centers.
- You're good to go. Now you can easily add Zoho Bigin from the Cal.com app store.