Automate Product Sync from Pipedrive to Stripe with n8n

Save hours by automating product creation in Stripe when new products are added in Pipedrive. This workflow precisely syncs product details and prices, ensuring accurate and efficient updates without manual entry errors.
pipedriveTrigger
httpRequest
functionItem
+3
Workflow Identifier: 1437
NODES in Use: pipedriveTrigger, functionItem, httpRequest, set, merge, itemLists

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Automation Does

This workflow watches for new products added in Pipedrive CRM.

It then creates matching products and prices in Stripe automatically.

This stops you from typing data twice and cuts error chances.

The workflow grabs product details, sends them to Stripe, gets back Stripe’s product ID, and uses that ID to create price records for the product.

Each price is handled one by one if there are many.

In the end, your Stripe account always has the up-to-date product and pricing info from Pipedrive without extra typing.


Inputs, Processing Steps, and Outputs

Inputs

  • Pipedrive product data: name, description, prices array.
  • API keys: for Pipedrive and Stripe access.

Processing Steps

  • Detect new product added in Pipedrive via a trigger.
  • Extract the current product details only.
  • Create the product in Stripe using product name and description.
  • Save the Stripe product ID returned.
  • Merge this Stripe ID with the original product data.
  • Split the prices array into single price items.
  • Create each price record in Stripe with currency, amount (converted to cents), and product ID.

Outputs

  • New products in Stripe matching Pipedrive products.
  • Price records linked to Stripe products.

Who Should Use This Workflow

This automation is good for salespeople or managers who use Pipedrive to track products but sell via Stripe.

If manually copying product data from Pipedrive to Stripe wastes time or causes mistakes, this workflow helps.

It works for users who want real-time syncing without technical effort after setup.


Tools and Services Used

  • n8n Automation Tool: Runs the workflow.
  • Pipedrive API: Detects when products are added.
  • Stripe API: Creates products and prices.

Beginner Step-by-Step: How to Use This Workflow in n8n

1. Import the Workflow File

  1. Click the Download button on this page to get the workflow file.
  2. Open your n8n editor where you want to run the workflow.
  3. Use the Import from File option to load the workflow you downloaded.

2. Configure Credentials and Details

  1. Add your Pipedrive API Key in n8n credentials.
  2. Add your Stripe API Key as credentials for HTTP Request nodes.
  3. Check if there are any IDs, email addresses, or other variables you need to update in the nodes.

3. Test the Workflow

  1. Create a new product in Pipedrive to trigger the workflow.
  2. Watch the n8n execution to see if products and prices create successfully in Stripe.

4. Activate for Production

  1. Use the toggle switch to activate the workflow in n8n.
  2. Make sure error logging or alerting is set if needed.
  3. If you use self-host n8n, verify the server and webhook connections.

Customization Ideas

  • Add more product fields from Pipedrive by changing the code in the Function Item node.
  • Allow different currencies by updating the value sent to Stripe in the price creation node.
  • Change the trigger from real-time Pipedrive to scheduled batch mode by replacing the trigger node.

Common Problems and Causes

  • Stripe API 400 Error: Usually missing product name or wrongly formatted parameters.
  • Workflow Not Triggering: Often the Pipedrive webhook is missing or wrong event selected.
  • Prices Not Linked: The Stripe product ID is not properly passed or merged.

Pre-Production Checklist

  • Check Pipedrive API Key works with test calls.
  • Verify Stripe API Key with manual requests.
  • Test product creation triggers in n8n.
  • Watch data flow step-by-step in debug mode.
  • Save a backup of workflow JSON before changes.

Summary

✓ Stops manual product and price copying between Pipedrive and Stripe.

✓ Cuts errors and saves time.

→ When a new product is added to Pipedrive, that product and its prices get created in Stripe automatically.

→ Workflow merges and manages product IDs to keep data linked and accurate.

Frequently Asked Questions

The workflow starts when a new product is added in Pipedrive, detected by the Pipedrive Trigger node.
It splits each price from Pipedrive, then creates a price record in Stripe linked to the newly created product ID.
Yes, the workflow uses the Item Lists node to split multiple prices into single items and creates each price separately in Stripe.
Yes, the workflow works on self-hosted n8n setups. Use the provided link to learn about hosting n8n on a server.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free