Files
n8n/flows/25.json

71 lines
1.5 KiB
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 25,
"name": "Error notification",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
2022-08-03 21:00:21 +00:00
],
"id": "31ed76a7-47f2-47e8-a360-d96a2ad05991"
2022-05-26 20:57:30 +03:00
},
{
"parameters": {},
"name": "Error Trigger",
"type": "n8n-nodes-base.errorTrigger",
"typeVersion": 1,
"position": [
540,
160
2022-08-03 21:00:21 +00:00
],
"id": "d78335ea-fd68-401c-b89d-2564ad102ffd"
2022-05-26 20:57:30 +03:00
},
{
"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"
}
2022-08-03 21:00:21 +00:00
},
"id": "fd1d04d6-d426-47d8-9654-39a4feb8289f"
2022-05-26 20:57:30 +03:00
}
],
"connections": {
"Error Trigger": {
"main": [
[
{
"node": "Pushbullet",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T13:39:26.688Z",
2022-06-21 21:00:40 +00:00
"updatedAt": "2022-06-21T03:21:02.319Z",
2022-05-26 20:57:30 +03:00
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"
},
2022-06-09 21:00:39 +00:00
"staticData": null,
2022-07-20 21:00:15 +00:00
"pinData": null,
2022-06-09 21:00:39 +00:00
"tags": []
2022-05-26 20:57:30 +03:00
}