Business Process Automation

0247 Functionitem HTTP Create Webhook

0247 Functionitem HTTP Create Webhook

Manual
High
7
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
7
Node Types
6

Node Types

pipedrive Trigger
On product created
1 node
function Item
Set item to only current product data
1 node
http Request
Create product in Stripe, Create price records in Stripe
2 nodes
merge
Add created product Id to data
1 node
set
Keep only productId of created product
1 node
item Lists
Split prices to seperate items
1 node

Workflow JSON

5.94 KB
{
  "meta": {
    "instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
  },
  "name": "0247 Functionitem HTTP Create Webhook",
  "nodes": [
    {
      "id": "e95fc182-b13e-4eab-852b-66ea821c4129",
      "name": "On product created",
      "type": "n8n-nodes-base.pipedriveTrigger",
      "position": [
        440,
        500
      ],
      "webhookId": "4a700bc2-a3bf-43fb-902c-5ca5a74bf38d",
      "parameters": {
        "action": "added",
        "object": "product"
      },
      "credentials": {
        "pipedriveApi": {
          "id": "1",
          "name": "Pipedrive account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a64af9df-3084-4376-ace9-50f0f21bbf35",
      "name": "Set item to only current product data",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        680,
        500
      ],
      "parameters": {
        "functionCode": "// Code here will run once per input item.\n// More info and help: https:/...

Showing first 1000 characters. Click "Expand" to view the full JSON.