This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "updates": [ | |
| "message" | |
| ], | |
| "additionalFields": {} | |
| }, | |
| "id": "33c236e6-5968-4b03-ae2c-f81193c920b4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "parameters": {}, | |
| "id": "050cec61-9dda-4274-81b9-3c750a9628a9", | |
| "name": "Manual Trigger", | |
| "type": "n8n-nodes-base.manualTrigger", | |
| "typeVersion": 1, | |
| "position": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { | |
| "interval": [ | |
| { | |
| "field": "cronExpression", | |
| "expression": "0 9 * * *" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Telegram Q&A with Knowledge Base", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "content": "## 🤖 Telegram Q&A with Knowledge Base\n\n### Setup Steps:\n1. **Create Telegram Bot**:\n - Message @BotFather on Telegram\n - Use /newbot command\n - Copy the API token\n\n2. **Configure Credentials**:\n - Go to Credentials → Add Credential\n - Select \"Telegram API\"\n - Paste your bot token\n\n3. **Add Your Knowledge Base**:\n - Replace the \"Knowledge Base\" node with your data source\n - Options: Vector Store, Google Sheets, Notion, Files, etc.\n - Or use the AI Agent node with RAG (Retrieval Augmented Generation)\n\n### How It Works:\n1. User sends message to your Telegram bot\n2. Message is received by Telegram Trigger\n3. Question is sent to AI with knowledge base context\n4. AI generates answer based on your knowledge\n5. Answer is sent back to user on Telegram\n\n### Usage:\n1. Activate the workflow\n2. Send a message to your bot on Telegram\n3. The bot |