fix issues highlighted by codacy

This commit is contained in:
jatin 2023-12-19 12:07:43 +05:30
parent 4362c7f435
commit 0117bafd6f
2 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,6 @@
---
items:
- pipedrive-banner.jpeg
- pipedrive-banner.jpeg
---
{DESCRIPTION}

View File

@ -1,19 +1,20 @@
## Pipedrive Integration via Revert
#### Obtaining Pipedrive Client ID and Secret
#### Obtaining Pipedrive Client ID and Secret
- Open [Pipedrive Developers Corner](https://developers.pipedrive.com/) 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](https://pipedrive.readme.io/docs/marketplace-creating-a-proper-app#create-an-app-in-5-simple-steps)
- 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
* Open [Pipedrive Developers Corner](https://developers.pipedrive.com/) 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](https://pipedrive.readme.io/docs/marketplace-creating-a-proper-app#create-an-app-in-5-simple-steps)
* 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**
- _(Optional)_ Copy the scopes (from the Pipedrive app) and add them to the revert dashboard to get granular control over the scope of your app
- You can skip this step and use the default revert scopes and permissions
#### 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\*\*
* *(Optional)* Copy the scopes (from the Pipedrive app) and add them to the revert dashboard to get granular control over the scope of your app
* You can skip this step and use the default revert scopes and permissions