Business Process Automation

0246 Functionitem Pipedrive Create Scheduled

0246 Functionitem Pipedrive Create Scheduled

Scheduled
High
11
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
8

Node Types

stripe
Get customers
1 node
set
Rename fields and keep only needed fields
1 node
merge
Add customer name to charge data, Add organisation Information to charge data
2 nodes
pipedrive
Search organisation, Create note with charge information
2 nodes
function Item
Get last execution timestamp, Set new last execution timestamp
2 nodes
item Lists
Split array of charges to items
1 node
http Request
Search for charges in Stripe
1 node
cron
Every day at 8 am
1 node

Workflow JSON

8.38 KB
{
  "meta": {
    "instanceId": "8c8c5237b8e37b006a7adce87f4369350c58e41f3ca9de16196d3197f69eabcd"
  },
  "name": "0246 Functionitem Pipedrive Create Scheduled",
  "nodes": [
    {
      "id": "28349bfd-f68e-4479-9508-28d408033d09",
      "name": "Get customers",
      "type": "n8n-nodes-base.stripe",
      "position": [
        5360,
        1100
      ],
      "parameters": {
        "filters": {},
        "resource": "customer",
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "stripeApi": {
          "id": "26",
          "name": "Stripe account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3f3d2389-e9ab-4140-8b04-f0a07003cecc",
      "name": "Rename fields and keep only needed fields",
      "type": "n8n-nodes-base.set",
      "position": [
        5560,
        1100
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "customerName",
              "value"...

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