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
]
} ,
{
"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" ,
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 ,
"tags" : [ ]
2022-05-26 20:57:30 +03:00
}