0904 Wait Code Create Webhook

0904 Wait Code Create Webhook

Manual
High
11
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
7

Node Types

code
Generate A-Z Queries, Code, Extract Keywords
3 nodes
http Request
Google Autocomplete
1 node
split In Batches
Loop Over Items
1 node
wait
Wait 1s
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
chat Trigger
Get Keyword
1 node
respond To Webhook
Return Keywords
1 node

Workflow JSON

6.87 KB
{
  "meta": {
    "instanceId": "2e4938c532d5f4536554a31b1fe1b04df825b7a8238ff0fb3c5eaaa749e140bd"
  },
  "name": "0904 Wait Code Create Webhook",
  "nodes": [
    {
      "id": "04b7d4d7-6639-4559-9a7a-7eb7b83e16fa",
      "name": "Generate A-Z Queries",
      "type": "n8n-nodes-base.code",
      "notes": "This code adds \n- a blank space\n- and a letter, starting from a, b, c... up to z\nIt processes all the 26 possible letters.\n\nEx :\nn8n a\nn8n b\nn8n c\n...\nn8n z",
      "position": [
        180,
        0
      ],
      "parameters": {
        "jsCode": "const keyword = $input.first().json.chatInput;\nconst alphabet = \"abcdefghijklmnopqrstuvwxyz\".split(\"\");\n\nreturn alphabet.map(letter => ({\n  json: { query: `${keyword} ${letter}` }\n}));"
      },
      "notesInFlow": false,
      "typeVersion": 2
    },
    {
      "id": "0c6ae163-3d08-4a40-aaa9-921f583940df",
      "name": "Google Autocomplete",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        ...

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