Do I need to connect start node to it?
n8n version: 0.97.0
Workflow Code
{
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
850,
200
]
},
{
"parameters": {
"message": "=🚨 The workflow named '{{$node[\"Error Trigger\"].json[\"workflow\"][\"name\"]}}' with the ID {{$node[\"Error Trigger\"].json[\"workflow\"][\"id\"]}} has encountered an error. The last node that was executed was {{$node[\"Error Trigger\"].json[\"execution\"][\"lastNodeExecuted\"]}}.",
"additionalFields": {
"priority": 10,
"title": "=☠️ Something went wrong"
}
},
"name": "Gotify",
"type": "n8n-nodes-base.gotify",
"typeVersion": 1,
"position": [
1040,
340
],
"credentials": {
"gotifyApi": "System"
}
},
{
"parameters": {},
"name": "Error Trigger",
"type": "n8n-nodes-base.errorTrigger",
"typeVersion": 1,
"position": [
850,
340
]
},
{
"parameters": {
"chatId": "72070684",
"text": "=☠️ Something went wrong\n\n🚨 The workflow named '{{$node[\"Error Trigger\"].json[\"workflow\"][\"name\"]}}' with the ID {{$node[\"Error Trigger\"].json[\"workflow\"][\"id\"]}} has encountered an error. The last node that was executed was {{$node[\"Error Trigger\"].json[\"execution\"][\"lastNodeExecuted\"]}}.",
"additionalFields": {}
},
"name": "Telegram Notification",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
1220,
340
],
"credentials": {
"telegramApi": "Telegram Admin Bot"
}
}
],
"connections": {
"Gotify": {
"main": [
[
{
"node": "Telegram Notification",
"type": "main",
"index": 0
}
]
]
},
"Error Trigger": {
"main": [
[
{
"node": "Gotify",
"type": "main",
"index": 0
}
]
]
}
}
}