Files
n8n/flows/59.json

72 lines
1.3 KiB
JSON

{
"id": 59,
"name": "che_weather_bot",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"chatId": "-1001465058848",
"text": "test",
"additionalFields": {}
},
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
780,
300
],
"credentials": {
"telegramApi": {
"id": "1",
"name": "Che weather bot"
}
}
},
{
"parameters": {
"updates": [
"*"
],
"additionalFields": {}
},
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1,
"position": [
440,
480
],
"webhookId": "f51ee698-6106-484d-a0d4-8aed244a0e38",
"credentials": {
"telegramApi": {
"id": "1",
"name": "Che weather bot"
}
}
}
],
"connections": {
"Start": {
"main": [
[]
]
}
},
"createdAt": "2022-07-24T19:36:26.110Z",
"updatedAt": "2022-07-24T19:43:53.077Z",
"settings": {},
"staticData": null,
"pinData": {},
"tags": []
}