This n8n workflow automates communication between Telegram, an AI language model, and Gmail to streamline message handling. When a message is received in Telegram, it is processed by an AI Agent utilizing GPT-4 to interpret or generate responses. The workflow includes a memory buffer to maintain context, enabling coherent interactions. The AI then crafts an email which is sent via Gmail, and the response is relayed back to the Telegram chat. This setup is useful for automating customer support, inquiries, or information dissemination through chatbots integrated with email systems.
Telegram to Email Automation Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, gmailTool, stickyNote, telegram, telegramTrigger |
Reviews
There are no reviews yet.