0816 Splitout Code Automation Scheduled

0816 Splitout Code Automation Scheduled

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

Workflow Overview

Total Nodes
30
Node Types
17

Node Types

text Classifier
Spam Detection
1 node
discord
Get Recent Messages, Warn User, Warn User Only, Notify Moderators with Send & Wait, Delete Messages
5 nodes
remove Duplicates
Only Once
1 node
lm Chat Open Ai
Model
1 node
code
Group By User, Message to List, Get Message IDs
3 nodes
split In Batches
For Each User...
1 node
split Out
Split Out
1 node
set
Flag as Spam, Flag as Not Spam
2 nodes
merge
Merge
1 node
filter
Spam Messages Only
1 node
if
Has Flagged Messages?
1 node
switch
Receive Instructions
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6
7 nodes
execute Workflow
Moderation Subworkflow
1 node
execute Workflow Trigger
When Executed by Another Workflow
1 node
no Op
No Action Taken
1 node
schedule Trigger
Schedule Trigger
1 node

Workflow JSON

27.73 KB
{
  "meta": {
    "instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9",
    "templateCredsSetupCompleted": true
  },
  "name": "0816 Splitout Code Automation Scheduled",
  "nodes": [
    {
      "id": "59b7eed3-8622-4722-b93f-f225cc0aa4e0",
      "name": "Spam Detection",
      "type": "@n8n/n8n-nodes-langchain.textClassifier",
      "position": [
        260,
        100
      ],
      "parameters": {
        "options": {},
        "inputText": "={{ $json.content }}",
        "categories": {
          "categories": [
            {
              "category": "is_spam",
              "description": "This text is a promotion, sales pitch or likely spam message to get members to visit another site."
            },
            {
              "category": "is_not_spam",
              "description": "This text is not spam."
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "74420874-d831-4ff0-a8f4-e7c3b6551c57",
      "nam...

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