Create a Multi-Modal AI Assistant for Telegram with Voice and Image Generation - n8n Workflow | Neura Market
Create a Multi-Modal AI Assistant for Telegram with Voice and Image Generation
This workflow builds a versatile AI assistant named Simran that interacts with users on Telegram. It processes text and voice messages, understands user intent, and performs tasks like image generation, setting reminders, and storing information.
This complex workflow leverages multiple services to create a multi-functional AI assistant. It starts by receiving messages from Telegram, transcribing voice messages, and analyzing user intent using a large language model. Depending on the intent, it can generate images, set reminders in Google Calendar, or remember information in MongoDB. The assistant maintains context by retrieving past conversation summaries, ensuring a seamless user experience.
Platform
n8n
Category
AI
Price
Free
Creator
Chloe Dubois
if
set
code
wait
merge
switch
mongoDb
telegram
stickyNote
googleTasks
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.