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 →
{
"name": "FlowDex Incident Update",
"nodes": [
{
"parameters": {},
"id": "manualTrigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
260
]
},
{
"parameters": {
"apiBase": "http://flowdex:8787",
"task": "incident_update",
"userInput": "Draft a customer update for the latest incident.",
"systemPrompt": "You are the on-call engineer responsible for clear, confident messaging.",
"contextIds": "incident.runbook, comms.template",
"tools": "post_incident_report",
"model": "anthropic/claude-3-5-sonnet"
},
"id": "flowdexNode",
"name": "FlowDex",
"type": "custom.flowDex",
"typeVersion": 1,
"position": [
500,
260
]
},
{
"parameters": {
"channel": "#incident-comms",
"text": "={{$json[\"flowdex\"][\"result\"][\"text\"]}}"
},
"id": "slackNode",
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2,
"position": [
760,
260
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "FlowDex",
"type": "main",
"index": 0
}
]
]
},
"FlowDex": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FlowDex Incident Update. Uses custom, slack. Event-driven trigger; 3 nodes.
Source: https://github.com/aandersen2323/FlowDex/blob/d8c58ec718ace321bedc57f7f78cf35b3317cc43/examples/n8n_flow.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.
This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error
Report N8N Workflow Errors To Slack. Uses slack, errorTrigger, stickyNote. Event-driven trigger; 5 nodes.
Wait Datetime. Uses calendlyTrigger, pipedrive, dateTime, slack. Event-driven trigger; 5 nodes.
Googlesheets Slack. Uses typeformTrigger, googleSheets, emailSend, slack. Event-driven trigger; 5 nodes.
Error Logger. Uses errorTrigger, googleSheets, slack, stickyNote. Event-driven trigger; 5 nodes.