feat: add folder support for workflows (fixes #70)
This commit is contained in:
86
workflows/Telegram/0231_Telegram_Nasa_Send_Scheduled.json
Normal file
86
workflows/Telegram/0231_Telegram_Nasa_Send_Scheduled.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"id": "174",
|
||||
"name": "Send the Astronomy Picture of the day daily to a Telegram channel",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Cron",
|
||||
"type": "n8n-nodes-base.cron",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"triggerTimes": {
|
||||
"item": [
|
||||
{
|
||||
"hour": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "NASA",
|
||||
"type": "n8n-nodes-base.nasa",
|
||||
"position": [
|
||||
650,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"download": false,
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"nasaApi": "NASA"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Telegram",
|
||||
"type": "n8n-nodes-base.telegram",
|
||||
"position": [
|
||||
850,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"file": "={{$node[\"NASA\"].json[\"url\"]}}",
|
||||
"chatId": "-485365454",
|
||||
"operation": "sendPhoto",
|
||||
"additionalFields": {
|
||||
"caption": "={{$node[\"NASA\"].json[\"title\"]}}"
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
"telegramApi": "Telegram n8n bot"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Cron": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "NASA",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"NASA": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Telegram",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user