Back to Templates

Automatically add customers from Pipedrive to Stripe

Created by

Created by: n8n Team || n8n-team

n8n Team

Last update

Last update a year ago

Share


This workflow automatically adds closed deals from Pipedrive as new customers into Stripe.

Prerequisites

How it works

  1. Pipedrive trigger node starts the workflow when a deal gets updated in Pipedrive.
  2. IF node checks that the current won time is not equal to the previuos one in the deal and continues the workflow if it's true.
  3. Pipedrive node extracts the organization's details to pass it further.
  4. HTTP Request node searches for the same organization's details within Stripe.
  5. If a customer doesn't exist within Stripe, Merge node passes a new customer details to Stripe.
  6. Stripe node creates a new customer.