🎯 Summarize Gmail support emails with Gemini and post to Slack

646 views · 🎯 AI Summarization & Classification

Description

Summarize Gmail Support Emails with Gemini and Post to Slack

This workflow automatically checks your Gmail inbox for new support emails, summarizes them using Google Gemini and posts concise summaries directly into Slack. Instead of manually reading long support emails, your team can stay updated with short, actionable insights in real-time.

Who’s it for

How it works

  1. Gmail Trigger – Check Support Emails

    • The workflow runs every minute to detect new incoming emails in your support inbox.
  2. Forward Email to Gemini for Summarization

    • Extracts the email body and prepares it for the LLM model.
  3. Gemini – Summarize Support Email

    • Google Gemini condenses the email into a short, clear summary.
  4. Slack – Post Summary to Channel

    • The summarized text is sent to your chosen Slack channel for instant visibility.

How to set up

  1. Connect your Gmail account in n8n.
  2. Configure the Gmail Trigger to check emails from your support inbox (or apply filters like subject = “Support” or label = “Support”).
  3. Add your Google Gemini API credentials in n8n.
  4. Configure Gemini with a summarization prompt (e.g., “Summarize this email in 3 bullet points”).
  5. Connect your Slack account and select the target channel.
  6. Save and activate the workflow.

Requirements

How to customize

Add-ons

Use Case Examples

Common Troubleshooting

IssuePossible CauseSolution
No emails detectedGmail Trigger not configured properlyCheck Gmail Trigger settings and labels/filters.
Gemini not summarizingAPI key missing or invalidRe-add Gemini API credentials in n8n.
Slack not receiving messagesSlack auth expired or wrong channelReconnect Slack account and verify channel ID.
Workflow runs but nothing postedSummarization output emptyAdjust Gemini prompt or check email format (HTML vs plain text).

👨‍💻Need help?

If you need assistance setting up or customizing this workflow, feel free to reach out WeblineIndia. We can help you:

🔗 Nodes Used

Slack, Gmail Trigger, Basic LLM Chain, Google Gemini Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup