Files
n8n/flows/32.json

90 lines
1.9 KiB
JSON
Raw Normal View History

2022-06-14 21:00:50 +00:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-06-14T16:15:17.966Z",
"updatedAt": "2022-06-17T11:14:11.182Z",
2022-06-14 21:00:50 +00:00
"id": 32,
"name": "ntfy",
"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": "8d97f8ab-08d0-49d4-98a1-d213482c2a4f"
2022-06-14 21:00:50 +00:00
},
{
"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"
}
2022-08-03 21:00:21 +00:00
},
"id": "9ecc0af1-5da7-4baa-994c-c1b638373400"
2022-06-14 21:00:50 +00:00
},
{
"parameters": {
"text": "rwerwerwer",
"replyMarkup": "forceReply",
"forceReply": {
"force_reply": true,
"selective": true
},
"additionalFields": {}
},
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
2022-06-17 21:00:57 +00:00
820,
200
2022-06-14 21:00:50 +00:00
],
"credentials": {
"telegramApi": {
"id": "31",
"name": "Telegram account"
}
2022-08-03 21:00:21 +00:00
},
"id": "281a63dc-e4d7-4991-8869-ae6886c9f257"
2022-06-14 21:00:50 +00:00
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
2022-06-17 21:00:57 +00:00
[]
2022-06-14 21:00:50 +00:00
]
}
},
"settings": {},
"staticData": null,
2022-07-20 21:00:15 +00:00
"pinData": null,
2022-11-02 22:00:30 +00:00
"tags": [],
"hash": "f151acc79c0cef55208cd620f1f88199"
2022-06-14 21:00:50 +00:00
}