Automate Product Creation and Pricing Across Platforms
detail.loadingPreview
Seamlessly sync new products from your CRM to your payment gateway. This automation ensures your product catalog and pricing are always up-to-date, saving you manual effort and preventing errors.
About This Workflow
This n8n workflow automates the process of creating new products and their associated pricing plans in Stripe whenever a new product is added to Pipedrive. It triggers on a new product creation in Pipedrive, extracts the relevant product data, and then creates a corresponding product entity in Stripe. Following the product creation, it handles the creation of price records in Stripe, dynamically pulling currency and price information from the Pipedrive data. The workflow ensures that the Stripe Product ID is correctly associated with the price records for efficient management and future operations.
Key Features
- Real-time Synchronization: Automatically create products in Stripe as soon as they are added to Pipedrive.
- Dynamic Pricing: Configures Stripe prices based on Pipedrive's defined currency and price points.
- Data Integrity: Ensures consistent product and pricing data across both platforms.
- Error Reduction: Eliminates the need for manual data entry, minimizing human error.
How To Use
- Trigger: Set up the 'On product created' node to connect to your Pipedrive account and trigger when a new product is added.
- Data Preparation: Use the 'Set item to only current product data' node to isolate the newly created product's information.
- Stripe Product Creation: Configure the 'Create product in Stripe' node to use your Stripe credentials and map Pipedrive's product name and description to Stripe's fields.
- Stripe Product ID Extraction: Employ the 'Keep only productId of created product' node to store the newly generated Stripe Product ID.
- Data Merging: Utilize the 'Add created product Id to data' node to merge the Stripe Product ID back with the original Pipedrive data.
- Price Preparation: Configure the 'Split prices to seperate items' node to prepare individual price entries, including the Stripe Product ID.
- Stripe Price Creation: Set up the 'Create price records in Stripe' node to create price records in Stripe, linking them to the created product using the extracted Stripe Product ID and mapping currency and unit amount.
Apps Used
Workflow JSON
{
"id": "ed8a859e-a63b-44b8-82aa-e9ec7a3ada66",
"name": "Automate Product Creation and Pricing Across Platforms",
"nodes": 27,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ed8a859e-a63b...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.