feat(pipedrive): add new deals trigger
This commit is contained in:
17
packages/docs/pages/apps/pipedrive/connection.md
Normal file
17
packages/docs/pages/apps/pipedrive/connection.md
Normal 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!
|
12
packages/docs/pages/apps/pipedrive/triggers.md
Normal file
12
packages/docs/pages/apps/pipedrive/triggers.md
Normal 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 />
|
Reference in New Issue
Block a user