Auto backup (2022-06-14T21:00:50.819Z)

This commit is contained in:
nia
2022-06-14 21:00:50 +00:00
parent e1351ca4cb
commit a17d86119c
7 changed files with 130 additions and 9 deletions

View File

@@ -161,11 +161,11 @@
}
},
"createdAt": "2022-04-29T05:12:17.339Z",
"updatedAt": "2022-06-13T19:34:27.247Z",
"updatedAt": "2022-06-14T13:57:56.146Z",
"settings": {},
"staticData": {
"node:IMAP Email": {
"lastMessageUid": 6302
"lastMessageUid": 6309
}
},
"tags": []

View File

@@ -199,7 +199,7 @@
}
},
"createdAt": "2022-05-11T17:19:39.626Z",
"updatedAt": "2022-06-01T05:25:16.898Z",
"updatedAt": "2022-06-14T10:05:32.337Z",
"settings": {},
"staticData": null,
"tags": []

91
flows/32.json Normal file
View File

@@ -0,0 +1,91 @@
{
"id": 32,
"name": "ntfy",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpBasicAuth",
"url": "https://ntfy.cynic.club/test/publish?message=Webhook+triggered&priority=high&tags=warning,skull HTTP/1.1",
"options": {}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
300
],
"credentials": {
"httpBasicAuth": {
"id": "32",
"name": "ntfy.cynic.club"
}
}
},
{
"parameters": {
"text": "rwerwerwer",
"replyMarkup": "forceReply",
"forceReply": {
"force_reply": true,
"selective": true
},
"additionalFields": {}
},
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
680,
300
],
"credentials": {
"telegramApi": {
"id": "31",
"name": "Telegram account"
}
}
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-06-14T16:15:17.966Z",
"updatedAt": "2022-06-14T16:21:02.087Z",
"settings": {},
"staticData": null,
"tags": []
}