0009 Process

0009 Process

Manual
Low
5
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

4.04 KB
{
  "name": "0009 Process",
  "nodes": [
    {
      "name": "Data 1",
      "type": "n8n-nodes-base.function",
      "position": [
        602,
        350
      ],
      "parameters": {
        "functionCode": "items[0].json = {\n\"data\": [\n{\n\"pointer\": \"12345\",\n\"panel\": \"234234\",\n\"subject\": \"Blah Blah\",\n\"note\": \"\",\n\"interviewers\": [\n{\n\"id\": \"111222333\",\n\"name\": \"Bobby Johnson\",\n\"email\": \"[email protected]\"\n}\n],\n\"timezone\": \"America/Los_Angeles\",\n},\n{\n\"pointer\": \"98754\",\n\"panel\": \"3243234\",\n\"subject\": \"Yadda Yadda\",\n\"note\": \"\",\n\"interviewers\": [\n{\n\"id\": \"444555666\",\n\"name\": \"Billy Johnson\",\n\"email\": \"[email protected]\"\n}\n],\n\"timezone\": \"America/Los_Angeles\",\n},\n],\n\"hasNext\": false\n};\nreturn items;\n"
      },
      "typeVersion": 1
    },
    {
      "name": "Data 2",
      "type": "n8n-nodes-base.function",
      "position": [
        602,
        550
      ],
      "parameters":...

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