AI email analyzer: Process PDFs, images & save to Google Drive + Telegram
This workflow automates the process of analyzing emails and their attachments (PDFs and images) using AI models (DeepSeek, Gemini, and OpenRouter). It extracts and summarizes the content of emails and attachments, sav...
Template notes
This workflow automates the process of analyzing emails and their attachments (PDFs and images) using AI models (DeepSeek, Gemini, and OpenRouter). It extracts and summarizes the content of emails and attachments, saves the summaries to Google Sheets, and sends a final consolidated summary via Telegram.
This is a powerful tool for automating email analysis and summarization, saving time and ensuring that important information is easily accessible and actionable.
Below is a breakdown of the workflow:
---
1. How It Works The workflow is designed to process incoming emails, analyze their content and attachments, and generate summaries. Here's how it works:
1. Email Trigger: - The workflow starts with the Email Trigger (IMAP) node, which monitors an email inbox for new emails. - If an email contains attachments, the workflow processes them.
2. Check for Attachments: - The Contain Attachments? node checks if the email has attachments. - If attachments are present, the workflow proceeds to process them.
3. Process Attachments: - The Get PDF and Images Attachments node extracts PDF and image attachments from the email. - The Switch node separates PDFs and images for further processing: - PDFs: The Extract from PDF node extracts text from PDFs, and the PDF Analyzer node summarizes the content. - Images: The Analyze Image node uses AI to describe the content of images.