0421 Splitout Schedule Import Webhook

0421 Splitout Schedule Import Webhook

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

Workflow Overview

Total Nodes
22
Node Types
7

Node Types

schedule Trigger
Schedule Trigger
1 node
http Request
Get Deals, Get contact for deals, Get company of contact(s)
3 nodes
filter
Unassigned Deals
1 node
split Out
Split out deals
1 node
switch
Assign by Region, Assign US deals by company size, Assign DE deals by company size
3 nodes
hubspot
Assign deal to John, Assign to Max, Assign to Eeden, Assign to Peter, Assign deal to Edward, Assign to Michael, Assign to Suka
7 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5
6 nodes

Workflow JSON

24.22 KB
{
  "meta": {
    "instanceId": "257476b1ef58bf3cb6a46e65fac7ee34a53a5e1a8492d5c6e4da5f87c9b82833"
  },
  "name": "0421 Splitout Schedule Import Webhook",
  "nodes": [
    {
      "id": "e087fb9b-d299-441b-8508-a36a389acb0d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        820,
        360
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "daysInterval": 2,
              "triggerAtHour": 7
            }
          ]
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "5d272d3d-7b35-4ac3-8646-28d7136b3e5b",
      "name": "Get Deals",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1020,
        360
      ],
      "parameters": {
        "url": "https://api.hubapi.com/crm/v3/objects/deals?properties=dealname,amount,hubspot_owner_id&associations=contacts",
        "options": {},
        "authentication": "predefinedCredentialType",
      ...

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