feat: add folder support for workflows (fixes #70)
This commit is contained in:
108
workflows/Http/0936_HTTP_Lingvanex_Automation_Webhook.json
Normal file
108
workflows/Http/0936_HTTP_Lingvanex_Automation_Webhook.json
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"id": "3",
|
||||
"name": "Daily poems in Telegram",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Cron",
|
||||
"type": "n8n-nodes-base.cron",
|
||||
"position": [
|
||||
-250,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"triggerTimes": {
|
||||
"item": [
|
||||
{
|
||||
"hour": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Telegram",
|
||||
"type": "n8n-nodes-base.telegram",
|
||||
"position": [
|
||||
350,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"text": "=✒️ Poem of the day:\n{{$node[\"HTTP Request\"].json[\"0\"][\"title\"]}} by {{$node[\"HTTP Request\"].json[\"0\"][\"poet\"][\"name\"]}}\n\n{{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}\n☁️",
|
||||
"chatId": "123456789",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"telegramApi": "telegram_bot"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "HTTP Request",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"position": [
|
||||
-50,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"url": "https://www.poemist.com/api/v1/randompoems",
|
||||
"options": {}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "LingvaNex",
|
||||
"type": "n8n-nodes-base.lingvaNex",
|
||||
"position": [
|
||||
150,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"text": "={{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}",
|
||||
"options": {},
|
||||
"translateTo": "en_GB"
|
||||
},
|
||||
"credentials": {
|
||||
"lingvaNexApi": "lingvanex_API"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Cron": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"LingvaNex": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Telegram",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "LingvaNex",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user