cal.pub0.org/packages/app-store/zoho-bigin
Shane Maglangit 05b42c001f
feat: Add Zoho Bigin app to appstore (#8158)
* feat: add zoho bigin app to appstore

* Handle appKeys save and read correctly

* Fixes

* Remove env variables and seeding

* Create README for zoho-bigin and link to that in main README

* Remove imageSrc, thats deprecated

* Improved logs

* Remove stray beecepter fetch

* Add Zoho Bigin package.json description

* Load constants from config.json

* Refactor bigin auth tokens management

* Remove try catch

* fix refresh token not getting stored properly

* load api domain dynamically

* Fix reschedule not updating zoho bigin event

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-04 20:19:48 +00:00
..
api
lib
static
DESCRIPTION.md
README.md
config.json
index.ts
package.json
zod.ts

README.md

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.