Marketing & Advertising Automation

0820 Wait Code Send Webhook

0820 Wait Code Send Webhook

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

Workflow Overview

Total Nodes
24
Node Types
16

Node Types

code
Split Attachments
1 node
microsoft Outlook
Download Attachments, Get Recent Messages
2 nodes
set
Parse Output, Empty Response
2 nodes
split In Batches
For Each Message
1 node
no Op
Message Ref
1 node
text Classifier
Message Classifier
1 node
extract From File
Extract from File
1 node
markdown
Markdown
1 node
wait
Wait
1 node
filter
Filter Invoices
1 node
if
Has Invoice?
1 node
schedule Trigger
Schedule Trigger
1 node
sticky Note
Sticky Note1, Sticky Note2, Sticky Note, Sticky Note3, Sticky Note4, Sticky Note5
6 nodes
lm Chat Google Gemini
Model
1 node
microsoft Excel
Microsoft Excel 365
1 node
http Request
Invoice Classifier With Gemini 2.0, File-Based OCR with Gemini 2.0
2 nodes

Workflow JSON

24.11 KB
{
  "meta": {
    "instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9",
    "templateCredsSetupCompleted": true
  },
  "name": "0820 Wait Code Send Webhook",
  "nodes": [
    {
      "id": "78bb4afe-ccc6-4b5e-90ba-50253f761f14",
      "name": "Split Attachments",
      "type": "n8n-nodes-base.code",
      "position": [
        -80,
        140
      ],
      "parameters": {
        "jsCode": "let results = [];\n\nfor (const item of $input.all()) {\n    for (key of Object.keys(item.binary)) {\n        results.push({\n            json: {\n                fileName: item.binary[key].fileName\n            },\n            binary: {\n                data: item.binary[key],\n            }\n        });\n    }\n}\n\nreturn results;"
      },
      "typeVersion": 2
    },
    {
      "id": "48a79e8c-27c2-4cdb-a6f7-241158c10962",
      "name": "Download Attachments",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        -260,
        140
      ],
...

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