Web Scraping & Data Extraction
Send a cocktail recipe every day via a Telegram
Send a cocktail recipe every day via a Telegram
Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.61 KB
{
"id": "57",
"name": "Send a cocktail recipe every day via a Telegram",
"nodes": [
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
930,
300
],
"parameters": {
"file": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strDrinkThumb\"]}}",
"chatId": "-485396236",
"operation": "sendPhoto",
"additionalFields": {
"caption": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strInstructions\"]}}"
}
},
"credentials": {
"telegramApi": "telegram-bot"
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
530,
300
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 20
}
]
}
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base...Showing first 1000 characters. Click "Expand" to view the full JSON.