This n8n workflow serves as a versatile personal assistant, automating various tasks triggered via Telegram messages. Its primary goal is to process user commands and perform actions such as sending emails, managing contacts, creating blog posts, searching the web, handling calendar events, and transcribing voice messages. The workflow begins with a Telegram trigger, listening for incoming messages, which can be text or voice. When a message is received, it is processed to identify its type and the appropriate action is performed using dedicated tools.
The workflow includes nodes for setting message data, switching between message types, and executing specific actions:
– For voice messages: it downloads the voice file, transcribes it using OpenAI’s transcription service, and responds to the user.
– For text messages: it interprets commands with an AI language model and triggers relevant tools like email, contact, content creation, or web search.
Additional nodes facilitate memory management, web search via Tavily, calculations, and calendar interactions. The final step involves sending a response back to the user on Telegram.
This automation is highly practical for busy professionals who want a single interface to handle communications, scheduling, content creation, and information retrieval seamlessly from their Telegram app, making daily digital tasks more efficient.
Reviews
There are no reviews yet.