Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Create a Telegram Bot with Mistral AI and Conversation Memory A sophisticated Telegram bot that provides AI powered responses with conversation memory. This template demonstrates how to integrat...
n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.if, n8n-nodes-base.telegram, n8n-nodes-base.code, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ajith joseph .
Original n8n.io sourceA sophisticated Telegram bot that provides AI-powered responses with conversation memory. This template demonstrates how to integrate any AI API service with Telegram, making it easy to swap between different AI providers like OpenAI, Anthropic, Google AI, or any other API-based AI model.
The workflow creates an intelligent Telegram bot that:
π€ Create Telegram Bot
/newbot commandπ§ Choose Your AI Provider
π Set up Credentials in n8n
π Deploy Workflow
/start and /clear commands/start π― - Welcome message with bot introduction/clear ποΈ - Clears conversation history for fresh startCurrent Example (NVIDIA):
mistralai/mistral-nemotronπ Easy to Replace with Any AI Service:
OpenAI Example:
{
"model": "gpt-4",
"messages": [...],
"temperature": 0.7,
"max_tokens": 1000
}
Anthropic Claude Example:
{
"model": "claude-3-sonnet-20240229",
"messages": [...],
"max_tokens": 1000
}
Google Gemini Example:
{
"contents": [...],
"generationConfig": {
"temperature": 0.7,
"maxOutputTokens": 1000
}
}
To use a different AI service, modify the "NVIDIA LLaMA Chat Model" node:
| Provider | Model Examples | API Endpoint Style |
|---|---|---|
| π’ OpenAI | GPT-4, GPT-3.5 | https://api.openai.com/v1/chat/completions |
| π΅ Anthropic | Claude 3 Opus, Sonnet | https://api.anthropic.com/v1/messages |
| π΄ Google | Gemini Pro, Gemini Flash | https://generativelanguage.googleapis.com/v1beta/models/ |
| π‘ NVIDIA | LLaMA, Mistral | https://integrate.api.nvidia.com/v1/chat/completions |
| π Hugging Face | Various OSS models | https://api-inference.huggingface.co/models/ |
| π£ Cohere | Command, Generate | https://api.cohere.ai/v1/generate |
Simply replace the HTTP Request node configuration to switch providers!
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.
| Workflow | Create a Telegram bot with Mistral Nemotron AI and conversation memory |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Ajith joseph |
| Published | 28 Jun 2025 |
Use the JSON export at /data/workflows/5438/5438.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.
Create a Telegram Bot with Mistral AI and Conversation Memory A sophisticated Telegram bot that provides AI powered responses with conversation memory. This template demonstrates how to integrat...
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.