Files
n8n/flows/25.json

66 lines
1.4 KiB
JSON
Executable File

{
"id": 25,
"name": "Error notification",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {},
"name": "Error Trigger",
"type": "n8n-nodes-base.errorTrigger",
"typeVersion": 1,
"position": [
540,
160
]
},
{
"parameters": {
"title": "=n8n error",
"body": "=Your workflow with ID: {{$node[\"Error Trigger\"].json[\"workflow\"][\"id\"]}} and name: {{$node[\"Error Trigger\"].json[\"workflow\"][\"name\"]}} failed to execute."
},
"name": "Pushbullet",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [
760,
160
],
"credentials": {
"pushbulletOAuth2Api": {
"id": "10",
"name": "Pushbullet account"
}
}
}
],
"connections": {
"Error Trigger": {
"main": [
[
{
"node": "Pushbullet",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T13:39:26.688Z",
"updatedAt": "2022-05-26T13:40:28.863Z",
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"
},
"staticData": null
}