This n8n workflow automates the process of fetching, analyzing, and summarizing emails received in the past 24 hours, then sends a styled HTML report to team members. Starting with a scheduled trigger at 7 AM, it connects to Gmail to retrieve all emails from a specific address received the previous day. The email data is then organized to extract key fields such as sender, recipient, CC, and email snippet. Using OpenAI’s GPT-4 model, the workflow generates a concise summary highlighting key points, issues, and action items. Finally, it formats this information into a visually appealing email template and sends it to designated recipients. This automation is useful for teams needing daily updates on communication, helping streamline information sharing and decision-making.
Automated Daily Email Summary for Business Insights
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.openAi, aggregate, gmail, scheduleTrigger, stickyNote |
Reviews
There are no reviews yet.