Enrich New Accounts in Pipedrive Using Datagma API - n8n Workflow | Neura Market
Enrich New Accounts in Pipedrive Using Datagma API
This workflow enriches new accounts in Pipedrive using Datagma API by adding data about ICP (ideal customer profile). Instead of Pipedrive, you can use any other CRM. In this example, ideal buyers are heads of sales/business development.
## Prerequisites
- Pipedrive account and [Pipedrive credentials](https://docs.n8n.io/integrations/builtin/credentials/pipedrive/)
## How it works
1. Pipedrive trigger node starts the workflow when a new company is created.
2. HTTP Request node queries data from Datagma.
3. Pipedrive node updates Pipedrive contact with new data from Datagma.
4. The Item Lists node simplifies returned data from Datagma that contain lists (arrays), enabling you to easily modify the structure for further processing without the need to use Function nodes and write custom JavaScript.
5. IF node identifies if the lead corresponds to ICP.
6. HTTP Request node searches for emails in Datagma.
7. Set node prepares data for further merging.
8. Merge node combines data from multiple streams.
9. Pipedrive node adds a new person in Pipedrive.
Platform
n8n
Category
Other
Price
Free
Creator
Lucas Perret
if
set
merge
itemLists
pipedrive
stickyNote
httpRequest
pipedriveTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.