Email Domain Extraction and Professional Email Verification
detail.loadingPreview
Extracts the domain from an email address and checks if it's a professional domain against a predefined list.
About This Workflow
This workflow automates the process of extracting the domain name from an email address. It then utilizes a code node to compare this extracted domain against a comprehensive, hardcoded list of free email providers. This allows for the identification and potential flagging of professional versus non-professional email addresses.
Key Features
- Domain Extraction: Dynamically extracts the domain part from any given email address.
- Professional Email Verification: Compares the extracted domain against an extensive list of known free email services.
- Customizable List: The list of free email domains can be easily modified within the code node for future updates or specific needs.
How To Use
- Get domain from email Node: Input an email address into the
$json.body.emailvariable. The node will then parse this to extract the domain part. - Verify professional email Node: This node takes the extracted domain and checks it against its internal list of free email providers. The output will indicate whether the email is considered professional or not.
Apps Used
Workflow JSON
{
"id": "f4973f22-ab9b-48a2-b665-3ec3461c3092",
"name": "Email Domain Extraction and Professional Email Verification",
"nodes": 5,
"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: f4973f22-ab9b...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Multilingual Metadata Generation from Gmail and Google Sheets
Automate structured metadata generation in English and Chinese by processing Gmail emails and Google Sheets data.
Generate Structured Metadata in English and Chinese
This workflow demonstrates how to generate structured metadata in both English and Chinese. It fetches data, processes it, and saves it in a structured format.
Search, Summarize Web Data with Perplexity, Gemini AI & Bright Data to Webhooks
Automate web scraping and data summarization using Bright Data and AI models like Google Gemini, sending structured output to webhooks.