Block 1 - Construir_Prompt_Gemini1
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Interactive Academic Chatbot (Telegram + MongoDB) Overview This project is a template for building a complete academic virtual assistant using n8n. It connects to Telegram, answers frequently...
n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.telegram, n8n-nodes-base.mongodb, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatgooglegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Club de Inteligencia Artificial Politécnico CIAP.
Original n8n.io sourceThis project is a template for building a complete academic virtual assistant using n8n. It connects to Telegram, answers frequently asked questions by querying MongoDB, keeps the community informed about key dates (via web scraping), and collects user feedback for continuous improvement.
n8n: Orchestration of 3 workflows (chatbot, scraping worker, announcer).
Telegram: Frontend for user interaction and sending announcements.
MongoDB: Centralized database for FAQs, academic calendar, and feedback logs.
Web Scraping: HTTP Request and HTML Extract nodes to read the university's web calendar.
Cron: For automatic periodic executions (daily and weekly).
Real-time reception of user queries via Telegram.
Querying MongoDB collections for FAQ answers and calendar dates.
Daily scraping of the university website to keep the calendar updated.
Instant logging of user feedback (👍/👎) in MongoDB.
Proactive sending of weekly announcements to the Telegram channel.
Complete automation of student communication 24/7.
An always-accurate academic calendar database without manual intervention.
A built-in continuous improvement system through user feedback.
Proactive communication of important events to the entire community.
Automation of student support in universities, colleges, and institutions.
A virtual assistant for any organization needing to manage FAQs and a dynamic calendar.
An automated announcements channel to keep a community informed.
n8n instance (self-hosted or cloud).
Credentials for a Telegram Bot (obtained from @BotFather).
Credentials for a MongoDB database (Connection URI).
URL of the academic calendar to be scraped.
Applicants to the CIAP Polytechnic Artificial Intelligence Club
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 91 workflow blocks. Download the JSON for the full node graph.
| Workflow | University FAQ & calendar assistant with Telegram, MongoDB and Gemini AI |
|---|---|
| Complexity | advanced |
| Nodes | 91 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Club de Inteligencia Artificial Politécnico CIAP |
| Published | 09 Nov 2025 |
Use the JSON export at /data/workflows/10665/10665.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Interactive Academic Chatbot (Telegram + MongoDB) Overview This project is a template for building a complete academic virtual assistant using n8n. It connects to Telegram, answers frequently...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.