This workflow corresponds to n8n.io template #8175 — 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 →
{
"nodes": [
{
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2352,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2816,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1696,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2288,
1072
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Set: Success Message",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1216
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "Set: Error Message",
"type": "n8n-nodes-base.set",
"position": [
-2144,
1488
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "Config: Product & Alert",
"type": "n8n-nodes-base.set",
"position": [
-2672,
576
],
"parameters": {},
"typeVersion": 3.4
},
{
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1616,
576
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "Schedule Trigger1",
"type": "n8n-nodes-base.cron",
"position": [
-3008,
576
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2384,
-192
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-1712,
784
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-1536,
784
],
"parameters": {},
"typeVersion": 1.3
},
{
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-1376,
784
],
"parameters": {},
"typeVersion": 1.3
},
{
"name": "Send Error",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1488
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "Send Success",
"type": "n8n-nodes-base.telegram",
"position": [
-1568,
1216
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
-2784,
1472
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "IF: Price <= Target?",
"type": "n8n-nodes-base.if",
"position": [
-2544,
1216
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "Fetch HTML",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2320,
576
],
"parameters": {},
"typeVersion": 4.2
},
{
"name": "Parse and clean HTML",
"type": "n8n-nodes-base.code",
"position": [
-2032,
576
],
"parameters": {},
"typeVersion": 2
},
{
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1760,
352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-4800,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"connections": {
"If": {
"main": [
[
{
"node": "IF: Price <= Target?",
"type": "main",
"index": 0
}
],
[
{
"node": "Set: Error Message",
"type": "main",
"index": 0
}
]
]
},
"Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Fetch HTML": {
"main": [
[
{
"node": "Parse and clean HTML",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger1": {
"main": [
[
{
"node": "Config: Product & Alert",
"type": "main",
"index": 0
}
]
]
},
"Set: Error Message": {
"main": [
[
{
"node": "Send Error",
"type": "main",
"index": 0
}
]
]
},
"IF: Price <= Target?": {
"main": [
[
{
"node": "Set: Success Message",
"type": "main",
"index": 0
}
]
]
},
"Parse and clean HTML": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Set: Success Message": {
"main": [
[
{
"node": "Send Success",
"type": "main",
"index": 0
}
]
]
},
"Config: Product & Alert": {
"main": [
[
{
"node": "Fetch HTML",
"type": "main",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Gemini Chat Model1": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Automate your deal hunting with this intelligent Amazon price tracker. This workflow uses the power of AI to monitor any Amazon product page at regular intervals. When the price drops to or below your desired target, it instantly sends a notification to your Telegram chat. Say…
Source: https://n8n.io/workflows/8175/ — 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 for beauty salons who want consistent, high‑quality social media content without writing every post manually. It also suits agencies and automation builders who manage multiple beauty
This automation is designed to help you generate AI-powered music tracks, cover art, and fully rendered music videos — all triggered from a simple Telegram chat and managed via Google Sheets.
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
This n8n workflow template creates an intelligent stock technical analysis system that delivers professional-grade trading signals directly to your Telegram. Designed for retail traders, investors, an