Parse DMARC Reports
detail.loadingPreview
This workflow parses DMARC reports received via IMAP and stores the data in a MySQL database.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow is designed to automate the process of parsing DMARC (Domain-based Message Authentication, Reporting & Conformance) reports. It fetches these reports from an IMAP email account, extracts relevant information, transforms it, and then inserts it into a MySQL database for further analysis.
Key Features
- Fetches DMARC reports from an IMAP server.
- Parses the report structure to extract key data points.
- Formats date fields for consistent database storage.
- Maps and transforms data for insertion into a MySQL table.
- Checks for issues related to DKIM or SPF authentication.
How To Use
- Import the workflow JSON into your n8n instance.
- Configure the 'Email Trigger (IMAP)' node with your IMAP server credentials and the email address where DMARC reports are sent.
- Configure the 'Input into database' node with your MySQL database connection details and ensure the 'dmarc' table exists with the correct schema.
- Ensure the 'Rename Keys' node is appropriately configured if specific key renaming is required before processing (though the current configuration appears to have placeholders).
- Manually trigger the workflow or set up an appropriate trigger for receiving emails.
Apps Used
Workflow JSON
{
"id": "471e6b02-71d1-487d-86b5-3466623e08ff",
"name": "Parse DMARC Reports",
"nodes": 0,
"category": "Data Processing",
"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: 471e6b02-71d1...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Get n8n Executions to CSV
Retrieve all n8n workflow executions and convert them to a CSV file.
Google Drive CSV PII Remover
Automatically removes Personally Identifiable Information (PII) from CSV files uploaded to Google Drive.
Airtable Receipt OCR Integration
Extracts data from receipts using Mindee OCR and stores it in Airtable.
Remove PII From CSV Files
Automatically removes personally identifiable information (PII) from CSV files stored in Google Drive.
Stripe Checkout Session Metadata Generator
Generates metadata for Stripe checkout sessions based on custom fields.
Extract and Process CV Data
Extracts information from uploaded CVs, processes it, and saves it to Google Sheets.