0304 Manual Stickynote Automation Webhook

0304 Manual Stickynote Automation Webhook

Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
4

Node Types

manual Trigger
When clicking "Execute Workflow"
1 node
code
Set URLs, Merge items
2 nodes
http Request
HTTP Request
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes

Workflow JSON

3.22 KB
{
  "name": "0304 Manual Stickynote Automation Webhook",
  "nodes": [
    {
      "id": "9d09405e-64a3-47ef-9d46-4942de51444b",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        400,
        460
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4fdc396b-07bd-471e-9e62-136300804809",
      "name": "Set URLs",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        460
      ],
      "parameters": {
        "jsCode": "return [{\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file01.jpg\"\n  }\n}, {\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file02.jpg\"\n  }\n}, {\n  json: {\n    url: \"https://static.thomasmartens.eu/n8n/file03.jpg\"\n  }\n}]"
      },
      "typeVersion": 1
    },
    {
      "id": "17482568-2117-4a8c-a307-ebf30dc9c560",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
 ...

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