Web Scraping & Data Extraction
Receive updates from Telegram and send an image of a cocktail
Receive updates from Telegram and send an image of a cocktail
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.89 KB
{
"id": "58",
"name": "Receive updates from Telegram and send an image of a cocktail",
"nodes": [
{
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
570,
260
],
"webhookId": "806cc2c6-c687-4022-a82e-658e4a684e73",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": "telegram-bot"
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
770,
260
],
"parameters": {
"url": "https://www.thecocktaildb.com/api/json/v1/1/random.php",
"options": {}
},
"typeVersion": 1
},
{
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
970,
260
],
"parameters": {
"file": "={{$node[\"HTTP Request\"...Showing first 1000 characters. Click "Expand" to view the full JSON.