Angie, Personal AI Assistant with Telegram Voice and Text - n8n Workflow | Neura Market
Angie, Personal AI Assistant with Telegram Voice and Text
**How it works:**
This project creates a personal AI assistant named Angie that operates through Telegram. Angie can summarize daily emails, look up calendar entries, remind users of upcoming tasks, and retrieve contact information. The assistant can interact with users via both voice and text inputs.
**Step-by-step:**
Telegram Trigger: The workflow starts with a Telegram trigger that listens for incoming message events. The system determines if the incoming message is voice or text. If voice, the voice file is retrieved and transcribed to text using OpenAI's API Speech to Text.
AI Assistant: The Telegram request is passed to the AI assistant (Angie).
Tools Integration: The AI assistant is equipped with several tools:
- Get Email: Uses Gmail API to fetch recent emails, filtering by date.
- Get Calendar: Retrieves calendar entries for specified dates.
- Get Tasks: Connects to a Baserow (open-source Airtable alternative) database to fetch to-do list items.
- Get Contacts: Also uses Baserow to retrieve contact information.
Response Generation: The AI formulates a response based on the gathered information and sends it back to the user on Telegram.
Platform
n8n
Category
AI
Price
Free
Creator
Derek Cheung
if
set
telegram
gmailTool
stickyNote
baserowTool
agent
telegramTrigger
openAi
googleCalendarTool
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.