cal/packages/app-store/zoho-bigin
Joe Au-Yeung 5ee962948f
feat: Readd app syncing (#11453)
* Revert "Revert "feat: Sync app credentials between Cal.com & self-hosted plat… (#11450)"

This reverts commit 2565d0915a.

* Add typing to `parseRefreshTokenResponse`

* Add typing

* Return safeParse data

* Type fix and refactor in Zoom
2023-09-20 19:01:54 +01:00
..
api feat: Readd app syncing (#11453) 2023-09-20 19:01:54 +01:00
lib feat: Readd app syncing (#11453) 2023-09-20 19:01:54 +01:00
static feat: Add Zoho Bigin app to appstore (#8158) 2023-05-04 20:19:48 +00:00
config.json fix: full name of app authors and added correct urls (#9099) 2023-05-30 14:25:56 +00:00
DESCRIPTION.md feat: Add Zoho Bigin app to appstore (#8158) 2023-05-04 20:19:48 +00:00
index.ts feat: Add Zoho Bigin app to appstore (#8158) 2023-05-04 20:19:48 +00:00
package.json feat: Add Zoho Bigin app to appstore (#8158) 2023-05-04 20:19:48 +00:00
README.md chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
zod.ts feat: Add Zoho Bigin app to appstore (#8158) 2023-05-04 20:19:48 +00:00

Obtaining Zoho Bigin Client ID and Secret

  1. Open Zoho API Console and sign into your account, or create a new one.
  2. Click "ADD CLIENT" button top right and select "Server-based Applications".
  3. 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.
  4. Go to tab "Client Secret" tab.
  5. Now copy the Client ID and Client Secret to your .env.appStore file into the ZOHO_BIGIN_CLIENT_ID and ZOHO_BIGIN_CLIENT_SECRET fields.
  6. In the "Settings" section check the "Multi-DC" option if you wish to use the same OAuth credentials for all data centers.
  7. You're good to go. Now you can easily add Zoho Bigin from the Cal.com app store.