Web Scraping & Data Extraction
Daily poems in Telegram
Daily poems in Telegram
Scheduled
Medium
4
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.12 KB
{
"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": ...Showing first 1000 characters. Click "Expand" to view the full JSON.