Automatically add customers from Pipedrive to Stripe
Go to WorkflowDescription
This workflow automatically adds closed deals from Pipedrive as new customers into Stripe.
Prerequisites
Pipedrive account and Pipedrive credentials
Stripe account and Stripe credentials
How it works
Pipedrive trigger node starts the workflow when a deal gets updated in Pipedrive.
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.
Pipedrive node extracts the organization's details to pass it further.
HTTP Request node searches for the same organization's details within Stripe.
If a customer doesn't exist within Stripe, Merge node passes a new customer details to Stripe.
Stripe node creates a new customer.