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": [
{
"name": "Slack",
"type": "n8n-nodes-base.slack",
"position": [
650,
300
],
"parameters": {
"text": "=\ud83d\udc1e What?!\n*This execution{{$node[\"Error Trigger\"].json[\"workflow\"][\"name\"]}} went wrong*\\nWhy don't you go take a look {{$node[\"Error Trigger\"].json[\"execution\"][\"url\"]}}",
"channel": "",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Error Trigger",
"type": "n8n-nodes-base.errorTrigger",
"position": [
450,
300
],
"parameters": {},
"executeOnce": false,
"retryOnFail": false,
"typeVersion": 1,
"alwaysOutputData": true
}
],
"connections": {
"Error Trigger": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
slackApi
About this workflow
Error Slack. Uses slack, errorTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →