The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"id": "t1",
"name": "Gmail trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
100,
200
],
"parameters": {}
},
{
"id": "n2",
"name": "AI Triage LLM",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
300,
200
],
"parameters": {
"url": "https://api.openai.com/v1/chat/completions",
"method": "POST",
"onError": "continue"
}
},
{
"id": "n3",
"name": "Filter Spam",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
500,
200
],
"parameters": {
"conditions": {}
}
},
{
"id": "n4",
"name": "Slack Alert Support",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
700,
150
],
"parameters": {
"url": "https://hooks.slack.com/support",
"method": "POST"
}
}
],
"connections": {
"Gmail trigger": {
"main": [
[
{
"node": "AI Triage LLM",
"type": "main",
"index": 0
}
]
]
},
"AI Triage LLM": {
"main": [
[
{
"node": "Filter Spam",
"type": "main",
"index": 0
}
]
]
},
"Filter Spam": {
"main": [
[
{
"node": "Slack Alert Support",
"type": "main",
"index": 0
}
],
[]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Flowforge N8N. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/ai-email-triage/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba