Gmail Email Header Analysis
detail.loadingPreview
Analyzes Gmail email headers to extract sender IP, SPF, and DKIM results.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow analyzes the headers of incoming Gmail emails. It extracts information such as the originating IP address, SPF (Sender Policy Framework) results, and DKIM (DomainKeys Identified Mail) signatures to help assess the legitimacy of the sender.
Key Features
- Extracts originating IP address from email headers.
- Identifies and parses 'Authentication-Results' header for SPF and DKIM status.
- Uses 'Received-SPF' header for detailed SPF information.
- Optionally queries external IP quality APIs for further risk assessment.
How To Use
- Import the workflow into your n8n instance.
- Configure the 'Gmail Trigger' node with your Gmail credentials and any desired filters.
- The workflow will automatically process incoming emails.
- (Optional) For IP analysis, you may need to set up environment variables for external API calls (e.g.,
BASE_URL).
Apps Used
Workflow JSON
{
"id": "b03831fd-1a0f-45a7-8d9b-a58722d86e07",
"name": "Gmail Email Header Analysis",
"nodes": 0,
"category": "Email Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b03831fd-1a0f...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Email Header Analysis Workflow
Analyzes email headers to extract and evaluate IP addresses and authentication results.
Gmail Label Manager
Automate Gmail label management for emails.
Gmail Email Labeler
Automatically categorize incoming emails based on existing Gmail labels or create new ones.
Send Email with Embedded Image
Sends an email with an image embedded in the HTML body.
Mails2notion V2
Processes incoming emails and creates entries in Notion.
Community Email Summary Agent
Automates fetching, summarizing, and distributing daily emails.