0895 Splitout Code Create Webhook

0895 Splitout Code Create Webhook

Complex
High
36
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
36
Node Types
13

Node Types

form
Form response, Form to set the correponding field for each input field
2 nodes
split Out
Split by object, Split results, Split all records to import
3 nodes
http Request
Fetch properties from Hubspot, Uploads to Hubspot
2 nodes
code
Define crm_type, Transforms the results, Check if all fields from input are defined, Creates the correspondance table, Set the values for each field, Set the values for each field1
6 nodes
google Sheets
Append to Google sheet, Erase Google sheet, Get the fields from the sheet
3 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note7, Sticky Note6, Sticky Note8, Sticky Note9
10 nodes
set
Define array of objects, Set the real fields, Define properties
3 nodes
manual Trigger
Start here to update your field list
1 node
form Trigger
File upload form
1 node
extract From File
To get the first line of file, Get the content of file
2 nodes
merge
Merge fields and data
1 node
if
If all fields are defined
1 node
filter
Remove hidden and starting with hs_ props fields
1 node

Workflow JSON

35.28 KB
{
  "name": "0895 Splitout Code Create Webhook",
  "nodes": [
    {
      "id": "18813eed-27a8-4338-8e71-abb270d43082",
      "name": "Split by object",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -260,
        540
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "object"
      },
      "typeVersion": 1
    },
    {
      "id": "ee610ddd-5bd7-4d97-82a9-b688c71616d8",
      "name": "Fetch properties from Hubspot",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -40,
        540
      ],
      "parameters": {
        "url": "=https://api.hubapi.com/crm/v3/properties/{{ $json.object }}",
        "options": {},
        "authentication": "predefinedCredentialType",
        "nodeCredentialType": "hubspotOAuth2Api"
      },
      "credentials": {
        "hubspotOAuth2Api": {
          "id": "JxzF93M0SJ00jDD9",
          "name": "HubSpot account"
        },
        "hubspotDeveloperApi": {
          "id": "EN6KsM...

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