Skip to content

Commit 7035b92

Browse files
updating Pipedrive docs
1 parent b6ffb6e commit 7035b92

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
lines changed
34.5 KB
Loading
33.4 KB
Loading
83.1 KB
Loading

src/connections/destinations/catalog/actions-pipedrive/index.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hidden: true
99

1010
{% include content/plan-grid.md name="actions" %}
1111

12-
The Actions Pipedrive destination is an integration that allows customers to share events from Segment directly to Pipedrive. When you use Pipedrive with Segment, you don’t need to manually export and upload data to Pipedrive. Your customer data will remain up to date in real time and across all enabled integrations. Every tool you use to interact with leads and customers will land in Pipedrive, so you can always have a clear picture in front of you.
12+
The Actions Pipedrive destination allows customers to share Segment event data with to Pipedrive. Segment events sent to Pipedrive will either create new Entities or update existing Entities in Pipedrive.
1313

1414
## Benefits of Actions Pipedrive
1515

@@ -20,20 +20,34 @@ Actions Pipedrive provides the following benefits:
2020

2121
## Getting started
2222

23-
1. From the Segment web app, click **Catalog**, then click **Destinations**.
24-
2. Find the Destinations Actions item in the left navigation, and click it.
25-
3. Click **Configure "Actions Pipedrive"**.
26-
4. Select an existing Source to connect to "Actions Pipedrive".
27-
5. When adding Pipedrive as a destination, you will be redirected to the basic settings page, where you need to enter the destination name as well as Pipedrive's domain and API token.
28-
6. To complete the installation process, switch to advanced settings and enter your Pipedrive IDs.
23+
1. Sign in to your Segment Workspace
24+
2. Click to the **Catalog** tab.
25+
3. Click on the **Destinations** tab.
26+
2. Use the search field to find the 'Pipedrive' Destination. Click on the **Actions Pipedrive** tile.
27+
3. Click **Add Destination**.
28+
4. Select a Source to connect to and click the **Next** button.
29+
5. Provide a name for your Pipedrive Destination and click the **Create Destination** button.
30+
6. On the Settings tab, provide values in the **Domain** and **API Token** settings fields, then click the **Save Changes** button.
31+
7. Navigate to the **Mappings** tab to configure how Segment events will be mapped to Pipedrive Entities. By default, mappings to upsert to Pipedrive's Person, Organization and Activity Entities will already be enabled. You can configure new Mappings by clicking on the **New Mapping** button.
32+
8. When you have configured and enabled your Mappings, click back to the **Settings** tab and enable the integration using the **Enable Destination** toggle. Segment should now start sending event data to Pipedrive.
2933

30-
To set up the Segment integration with your Pipedrive account:
31-
1. Go to either your Marketplace menu within your settings or directly to Pipedrive's Marketplace.
32-
2. Search for *Segment* and click on **Install now**.
33-
3. A new window will pop up and prompt you to allow Segment to connect with Pipedrive.
34-
4. Choose the Pipedrive account you wish to connect to, then, click **Allow and Install**.
34+
## Inserting new Entities Vs updating existing Entities
3535

36-
Once the installation is successful, you'll be redirected to Segment to authenticate your account.
36+
Segment uses the **Match value** field value as a key when creating or updating an Entity in Pipedrive. By default the **Match value** will be mapped to the **id** field for the corresponding Entity. You can specify which Pipedrive field to use as a key using the **Match field** field.
37+
38+
**Match field** fields are dynamic and will populate with data from your Pipedrive account.
39+
![Match value and and fields can be used to specify how Segment should update Pipedrive Entities](images/match_field.png)
40+
41+
In the example below Segment is configured to create or update Person entities using the email field.
42+
![Using email to upsert to the Person Entity](images/match_field.png)
43+
44+
## Associating Entities with other Entities
45+
46+
Entities such as the **Deal** Entity can be configured to be associated with other Entities in Pipedrive. In the example **Deal** mapping below the following will happen:
47+
1. A **Person** Entity with an email address matching **properties.email** will be associated with the **Deal** Entity being created or updated.
48+
2. An **Organization** Entity with an ID matching **properties.org_id** will be assocated with the **Deal** Entity being created or updated.
49+
50+
![Associating Entities with other Entities](images/deal_match_fields.png)
3751

3852
{% include components/actions-fields.html %}
3953

0 commit comments

Comments
 (0)