0288 Code Schedule Create Webhook

0288 Code Schedule Create Webhook

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

Workflow Overview

Total Nodes
24
Node Types
11

Node Types

if
If charge has customer, Skip field checking, If field exists
3 nodes
stripe
Get customer, Get all charges
2 nodes
schedule Trigger
On schedule
1 node
item Lists
Remove duplicate customers, Aggregate `amount_captured`
2 nodes
code
Aggregate totals
1 node
hubspot
Create or update customer
1 node
merge
Merge data
1 node
sticky Note
Note, Note1, Note2, Note3, Note4, Note5, Note6, Note7, Note8
9 nodes
http Request
Get HubSpot field, Create field in HubSpot
2 nodes
set
Configure
1 node
no Op
Do nothing
1 node

Workflow JSON

17.78 KB
{
  "meta": {
    "instanceId": "a2434c94d549548a685cca39cc4614698e94f527bcea84eefa363f1037ae14cd"
  },
  "name": "0288 Code Schedule Create Webhook",
  "nodes": [
    {
      "id": "9be821db-fbc7-4168-962f-26c8382cefbf",
      "name": "If charge has customer",
      "type": "n8n-nodes-base.if",
      "position": [
        1560,
        880
      ],
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $json[\"customer\"] }}",
              "operation": "isNotEmpty"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "d06bae31-6856-4941-b86c-c611fc9d3da6",
      "name": "Get customer",
      "type": "n8n-nodes-base.stripe",
      "position": [
        2160,
        920
      ],
      "parameters": {
        "resource": "customer",
        "customerId": "={{ $json[\"customer\"] }}"
      },
      "credentials": {
        "stripeApi": {
          "id": "22",
          "name": "[UPDATE ME]"
 ...

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