π€ Sync payment and customer data between Stripe and Pipedrive
β‘ 1,921 views Β· π€ CRM & Sales Operations
Description
This workflow combines customersβ details with their payment data and passes the input to Pipedrive as a note to the organization.
Prerequisites
- Stripe account and Stripe credentials
- Pipedrive account and Pipedrive credentials
How it works
- Cron node triggers the workflow every day at 8 a.m.
- HTTP Request node searches for payments in Stripe.
- The Item Lists node creates separate items from a list of payment data.
- Merge node takes in the payment data as an input 1.
- Stripe node gets all the customers data.
- Set node renames customer-related data fields and keeps only needed fields.
- Merge node takes in the customer data as an input 2.
- Merge node combines the payment data with the customers one.
- Pipedrive node searches for the organization and creates a note with payment data.
π Nodes Used
Cron, Function Item, HTTP Request, Pipedrive, Start, Stripe
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File