Skip to main content

Automatically add customers from Pipedrive to Stripe

Workflow preview

Automatically add customers from Pipedrive to Stripe preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

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.