This workflow corresponds to n8n.io template #5109 — we link there as the canonical source.
This workflow follows the HTTP Request → Telegram recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"meta": {
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "fd6a2a46-e854-492a-8f09-79cced64e271",
"name": "Set API Key for Finhubb",
"type": "n8n-nodes-base.set",
"position": [
-180,
-220
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "c4e1d782-fa58-4a52-b5ee-88391bf2de5b",
"name": "Get Latest News",
"type": "n8n-nodes-base.httpRequest",
"position": [
320,
-160
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "38f9545e-6e18-4abd-a9cc-be356e1d799d",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
900,
-200
],
"parameters": {},
"typeVersion": 2
},
{
"id": "6991e8e2-a34e-4d79-b644-8cb973fa24a9",
"name": "Schedule Trigger - Every 4 Hours",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-680,
-220
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "8bfb9458-7980-4529-8951-9dc4d90e5b9f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-840,
-480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "74f5d37e-7561-41fb-ba2c-db7b0f70f019",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
-440
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "bf289fe8-f141-46ed-b319-ccc814e7710d",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-500
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "45a6d72c-365c-40ba-a8ef-853097ff753a",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1080,
-580
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a09b3f82-7ffd-4b27-9a7b-2ba1cb6187d4",
"name": "Download Image (optional)",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
-200
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "97db9cda-6959-4a0f-b3d6-8b5f96bb00be",
"name": "Send Text Updates via Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
1120,
-220
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "229a64f2-a8c8-4e23-98d0-09078e8f99a6",
"name": "Send Image (with text update) - Optional",
"type": "n8n-nodes-base.telegram",
"position": [
1340,
-220
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "b9b3bf08-17a6-4f14-92ef-d176e8e454ab",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1560,
-580
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"connections": {
"Code": {
"main": [
[
{
"node": "Send Text Updates via Telegram",
"type": "main",
"index": 0
}
]
]
},
"Get Latest News": {
"main": [
[
{
"node": "Download Image (optional)",
"type": "main",
"index": 0
}
]
]
},
"Set API Key for Finhubb": {
"main": [
[
{
"node": "Get Latest News",
"type": "main",
"index": 0
}
]
]
},
"Download Image (optional)": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Send Text Updates via Telegram": {
"main": [
[
{
"node": "Send Image (with text update) - Optional",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger - Every 4 Hours": {
"main": [
[
{
"node": "Set API Key for Finhubb",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is designed for active traders, financial analysts, and market enthusiasts who want to stay informed about high-impact market news without information overload. It targets users interested in Forex, Crypto, Mergers, and general market-moving geopolitical news…
Source: https://n8n.io/workflows/5109/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Auto Hunt. Uses httpRequest, googleSheets, rssFeedRead, telegram. Scheduled trigger; 78 nodes.
Auto-Hunt. Uses httpRequest, googleSheets, rssFeedRead, telegram. Scheduled trigger; 78 nodes.
This workflow runs daily at 9 AM, uses Perplexity to compile vaping industry news, optionally captures article screenshots via Browserless, and generates a HeyGen avatar video from a template. It then
. Uses googleSheets, telegram, httpRequest, wise. Scheduled trigger; 36 nodes.
GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 31 nodes.