Community Contributed Email Body Parser
detail.loadingPreview
Parses email bodies to extract key-value pairs based on predefined labels.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow uses a manual trigger and a function node to parse the body of an email. It's designed to extract specific pieces of information (like Name, Email, Subject, Message) based on a comma-separated list of labels provided in a separate field.
Key Features
- Extracts data from unstructured email text.
- Configurable labels for data extraction.
- Handles different label-value separators (colon or space).
- Supports case-insensitive matching for labels.
How To Use
- Import this workflow into your n8n instance.
- In the 'Set values' node, update the
bodyfield with the email content you want to parse and thelabelsfield with a comma-separated list of the keys you want to extract (e.g., 'Name,Email,Order ID'). - Click 'Execute' on the manual trigger node to run the workflow.
- The output will be a JSON object containing the extracted key-value pairs.
Apps Used
Workflow JSON
{
"id": "14c07821-05b5-41e7-a413-61ee3feba0b5",
"name": "Community Contributed Email Body Parser",
"nodes": 0,
"category": "Community Contributed",
"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: 14c07821-05b5...
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
Discord Intro - Manual Trigger
Manually trigger a Discord message.
Github Star Notification (Unverified)
Notifies a Slack channel when a repository gains or loses a star.
Community Contributed: Iterable User Management
Manage users in Iterable by creating, updating, and retrieving them.
Community Q&A with Workflow Retrieval
Answer questions by retrieving information from a specified workflow.
Community Chart Generator
Generate and upload dynamic charts to Google Drive.
PUQ Docker InfluxDB Deploy
Automates the deployment and management of InfluxDB Docker containers.