feat(pipedrive): add new deals trigger

This commit is contained in:
Rıdvan Akca
2023-09-21 18:51:18 +03:00
committed by Faruk AYDIN
parent f53909355f
commit 251885d4be
8 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Pipedrive
:::info
This page explains the steps you need to follow to set up the Pipedrive
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to [Pipedrive developers page](https://developers.pipedrive.com/).
2. Sign up for a **Sandbox account** in order to create an app.
3. Click create an app button and then choose **Create private app** option.
4. Write any app name to be displayed in Automatisch.
5. Copy **OAuth Redirect URL** from Automatisch to **Callback URL** field, and click on the **Save** button.
6. Check all options in **OAuth & Access scopes** with full access.
7. Click on the **Save** button.
8. Copy the **Client ID** value to the `Client ID` field on Automatisch.
9. Copy the **Client Secret** value to the `Client Secret` field on Automatisch.
10. Start using Pipedrive integration with Automatisch!

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pipedrive.svg
items:
- name: New deals
desc: Triggers when a new deal is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />