Skip to main content

Add new products to Stripe when product added to Pipedrive

Workflow preview

Add new products to Stripe when product added to Pipedrive preview
Open on n8n.io

Important notice

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

Overview

This workflow adds a new product in Stripe whenever a new product has been added to Pipedrive.

Prerequisites

How it works

  1. Pipedrive trigger node starts the workflow when a new product is added.
  2. HTTP Request node creates a new product in Stripe using previuos input.
  3. Merge node combines data of both Pipedrive and Stripe inputs. The output will contain the data of Pipedrive input merged with the data of Stripe input. The merge occurs based on the index of the items.
  4. The Item Lists node splits prices to separate items.
  5. HTTP Request node creates price records in Stripe.