cal/packages/app-store/pipedrive-crm
Jatin Sandilya 1f036bf35e
feat: pipedrive crm app on cal (#12316)
* add pipedrive crm app w/ revert api

* update lockfile

* fix issues highlighted by codacy

* get pipedrive `client_id` & `client_secret` from db

* update readme with instructions to add credentials

* Fix yarn.lock

* fix `turbo.json`

---------

Co-authored-by: Hariom <hariombalhara@gmail.com>
2023-12-29 09:55:26 +00:00
..
api feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
lib feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
static feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
config.json feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
DESCRIPTION.md feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
index.ts feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
package.json feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
README.md feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00
zod.ts feat: pipedrive crm app on cal (#12316) 2023-12-29 09:55:26 +00:00

Pipedrive Integration via Revert

Obtaining Pipedrive Client ID and Secret

  • Open Pipedrive Developers Corner and sign in to your account, or create a new one
  • Go to Settings > (company name) Developer Hub
  • Create a Pipedrive app, using the steps mentioned here
    • You can skip this step and use the default revert Pipedrive app
  • Set https://app.revert.dev/oauth-callback/pipedrive as a callback url for your app
  • Get your client_id and client_secret:
    • Go to the "OAuth & access scopes" tab of your app
    • Copy your client_id and client_secret

Obtaining Revert API keys

  • Create an account on Revert if you don't already have one. (https://app.revert.dev/sign-up)
  • Login to your revert dashboard (https://app.revert.dev/sign-in) and click on Customize your apps - Pipedrive
  • Enter the client_id and client_secret you copied in the previous step
  • Enter the client_id and client_secret previously copied to Settings > Admin > Apps > CRM > Pipedrive by clicking the Edit button on the app settings.