This workflow corresponds to n8n.io template #5450 — we link there as the canonical source.
This workflow follows the Agent → HTTP Request 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": "bc91168e-977b-439a-816f-563fa3db543f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1040,
-1000
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c0c6c621-49cb-4846-8903-ac8e8ae05907",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-400,
-960
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6bb50e48-f63b-4d46-92fa-fb4c74eaf9f8",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-1320
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "11accd94-f002-4c74-8dff-f5441ce5d6a7",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1900,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "03ac8fb2-fb27-4756-8b59-8ae7e36020f8",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
2360,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c989f614-6a6f-4dfe-adeb-70f01d114fa6",
"name": "Dynamically Sets the Date",
"type": "n8n-nodes-base.code",
"position": [
-580,
-700
],
"parameters": {},
"typeVersion": 2
},
{
"id": "8b9b3cc5-2fb9-4660-830a-c836be34d192",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
980,
-480
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "6784cc22-d801-4ba3-927b-bde09459047e",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1300,
120
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "7af08604-aabe-4591-8ac0-36610362f663",
"name": "Organizes Input",
"type": "n8n-nodes-base.code",
"position": [
780,
-740
],
"parameters": {},
"typeVersion": 2
},
{
"id": "540231c5-32d7-4acd-85f1-140cc9c4c128",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
860,
-20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5c340938-0f85-4ce1-9100-853d321053b5",
"name": "Google Gemini Chat Model (Formats Output)",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
980,
120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cbc1d3fe-a405-4668-85a7-b6f6213affdf",
"name": "Schedule Every 7 Days",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-920,
-720
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "421aa50c-6517-473f-9bab-2f39c6ae975f",
"name": "Send Upcoming IPO Calendar Updates via Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
2020,
-180
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "13cc344c-09b3-4b11-8097-9dec4031c2ce",
"name": "Set API Key for RapidAPI & Dates",
"type": "n8n-nodes-base.set",
"position": [
-260,
-700
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "761a2ad4-00de-48a6-8552-08f70dc30592",
"name": "Filter Medium & High Impact News",
"type": "n8n-nodes-base.code",
"position": [
560,
-740
],
"parameters": {},
"typeVersion": 2
},
{
"id": "6c8f98db-d75d-4e4d-8b93-3162f205bae1",
"name": "Gets Upcoming News",
"type": "n8n-nodes-base.httpRequest",
"position": [
220,
-900
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "c634bc35-4b6e-4ca0-a374-5b36d05d1e37",
"name": "Update expression for text",
"type": "n8n-nodes-base.code",
"position": [
1520,
-180
],
"parameters": {},
"typeVersion": 2
}
],
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Update expression for text",
"type": "main",
"index": 0
}
]
]
},
"Organizes Input": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Gets Upcoming News": {
"main": [
[
{
"node": "Filter Medium & High Impact News",
"type": "main",
"index": 0
}
]
]
},
"Schedule Every 7 Days": {
"main": [
[
{
"node": "Dynamically Sets the Date",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Dynamically Sets the Date": {
"main": [
[
{
"node": "Set API Key for RapidAPI & Dates",
"type": "main",
"index": 0
}
]
]
},
"Update expression for text": {
"main": [
[
{
"node": "Send Upcoming IPO Calendar Updates via Telegram",
"type": "main",
"index": 0
}
]
]
},
"Filter Medium & High Impact News": {
"main": [
[
{
"node": "Organizes Input",
"type": "main",
"index": 0
}
]
]
},
"Set API Key for RapidAPI & Dates": {
"main": [
[
{
"node": "Gets Upcoming News",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model (Formats Output)": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Send Upcoming IPO Calendar Updates via Telegram": {
"main": [
[]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Powered by the Economic Events Calendar API via RapidAPI, this workflow is perfect for traders, investors, and financial community managers who want timely notifications about high- and medium-impact global economic events—no coding required. Automated Alerts: Receive upcoming…
Source: https://n8n.io/workflows/5450/ — 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.
Author: Nguyen Thieu Toan Category: Community & Knowledge Automation Tags: Telegram, Reddit, n8n Forum, AI Summarization, Gemini, Groq
This workflow is perfect for digital marketers, brand managers, or data analysts and Busy people, seeking to monitor real-time trends and competitor activity without manual effort. The workflow is tri
This workflow is perfect for content marketers, journalists, or researchers who need to find specific articles without manually sifting through countless news feeds.
The job search process is filled with manual, frustrating tasks—reading endless job descriptions only to find the seniority is wrong, the role requires a language you don't speak, or a "hybrid" job ha
This workflow automates brand monitoring on X by analyzing both the text and the images in posts. It uses multi-modal AI to score brand relevance, filters out noise, logs important mentions in Airtabl