Skip to content
FlowHubFluxonLab
DebugHelper
Debug Helperfree

Extract Domain and verify email syntax on the go

by Zacharia Kimothoadapted from n8n official workflow galleryUpdated Aug 2026
RequiresDebugHelperDebugHelper
Share Post Share
MaWhen clicking "Test workflow"When clicking "…SeSet these fields to extract domainSet these field…DHGenerate random dataGenerate random…12
1/5
STEPS · 2
Run manually by an operator

What problem is this workflow solving? This workflow is aimed for email marketing enthusiasts looking for an easy way to either extract the domain from an email ad also check if the syntax is correct without having to use the code node. How this works For this to work, replace the debugger node with your actual data source. Map your data at match the above layout Run your workflow and check for all the emails that are either valid or not Once done, you will have a list of all your emails, domains, and whether they are valid or not.

Tags

n8nreference-onlydebug-helper
Connects
debughelperDebugHelper
CategoryDebug Helper
Triggermanual
Complexitysimple
Nodes3
AddedApr 22, 2024

Related workflows

See all Debug Helper
CdebughelperW
free

Airtable Batch Update / Insert rows (send faster + save API call requests)

This workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance. 🚀 How It Works Copy the 3 Nodes Copy the three nodes inside the red note box into your workflow. Set Your Fields In the Set Fields node, define the fields you want to update. ➤ Only include fields that match column names in your Airtable table. ➤ Make sure the field names are spelled exactly as they appear in Airtable. ➤ Make sure the field type are correctly set. So numbers columns in Airtable need numbers type set as the field. Configure the Airtable Batch Node Enter your Airtable Base ID The part with app... in the URL: airtable\.com / app8pqOLeka1Cglwg / tblnXZOdy8VtkAAJD/... Enter your Airtable Table ID The part with tbl... in the URL: airtable\.com / app8pqOLeka1Cglwg / tblXXZOdy8VtkAAJD /... Set Matching Fields (fieldsToMergeOn) Provide a string array that tells Airtable how to match existing rows. Examples: Match by one field (e.g. TaskID): {{["TaskID"]}} Match by multiple fields (e.g. firstname and lastname): {{["firstname", "lastname"]}} Choose the Mode (mode field) Available options: upsert: Update if a record exists,

by Simon Mayerhofer