Quick overview
This workflow turns a Telegram bot into a personal assistant that understands text or voice notes (transcribed with OpenAI), can read Gmail and Google Calendar, look up Notion tasks and contacts, and can draft and send emails with an approval step in Telegram.
How it works
- Triggers when a new Telegram message arrives.
- Loads assistant settings (name, OpenAI model, languages, memory window) and checks whether the message is a voice note or plain text.
- If it is a voice note, downloads the audio from Telegram and transcribes it with OpenAI; otherwise it uses the message text as the user input.
- Sends the user input to an OpenAI-powered agent that keeps short-term chat memory and decides whether to call Gmail, Google Calendar, or Notion tools to answer the request.
- If the agent decides to send an email via Gmail, it asks for explicit approval in Telegram before proceeding.
- Sends the agent’s final response back to the user in Telegram.
Setup
- Create a Telegram bot with @BotFather, add your Telegram credentials in n8n, and start a chat with the bot so it can reply to you.
- Add an OpenAI API credential and set the desired chat model and transcription language in the Configuration step.
- Add Gmail OAuth2 credentials for reading emails and sending emails.
- Add Google Calendar OAuth2 credentials and ensure the workflow can access the calendar you want to query.
- Add a Notion credential and select the correct Notion databases for tasks and contacts in the two Notion tools.
Additional info
Nova, your personal AI assistant on Telegram (voice, email and calendar)
Need help customizing?
Contact me for consulting and support : Linkedin
MY NEW YOUTUBE CHANNEL
👉 Subscribe to my new YouTube channel. Here I'll share videos and Shorts with practical tutorials and FREE templates for n8n.
