This workflow corresponds to n8n.io template #6230 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "a45d1jkHh90Cr2bF",
"name": "Validate Email Addresses with APILayer API",
"tags": [],
"nodes": [
{
"id": "e95f1b1c-1463-4538-b5db-b3e7de2439d7",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
140,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f0c4b220-4ea8-4091-88ad-3caf34d891b4",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
20
],
"parameters": {
"width": 900,
"height": 500,
"content": "## Validate Email Addresses with APILayer API\nNotes:\n- The \"Edit Fields\" node sets the email and uses a specific access key for authentication from \"https://apilayer.com/\"\n- The HTTP Request node dynamically constructs the URL using these set fields.\n- The manual trigger allows for execution on-demand.\n- The API response can be further processed or stored based on user needs."
},
"typeVersion": 1
},
{
"id": "a943df23-8465-44a4-b8c4-c7d2fcde6440",
"name": "Set Email & Access Key",
"type": "n8n-nodes-base.set",
"position": [
360,
280
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "cd960b83-b90c-4ff5-a507-ae1af5a9078d",
"name": "email",
"type": "string",
"value": ""
},
{
"id": "60904e7e-7a74-4b34-b36a-43139a1fe868",
"name": "access_key",
"type": "string",
"value": ""
}
]
}
},
"typeVersion": 3.4
},
{
"id": "d52a933a-b70d-4ccd-b380-7c016e0cf0e6",
"name": "Make Request to APILayer",
"type": "n8n-nodes-base.httpRequest",
"position": [
580,
280
],
"parameters": {
"url": "=https://apilayer.net/api/check?access_key={{ $json.access_key }}&email={{ $json.email }}",
"options": {}
},
"typeVersion": 4.2
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "36ac2a1b-00ad-4161-98f5-09e9bc74cb53",
"connections": {
"Set Email & Access Key": {
"main": [
[
{
"node": "Make Request to APILayer",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Set Email & Access Key",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This n8n workflow enables users to validate email addresses in real time using the APILayer Email Verification API. It's particularly useful for preventing invalid email submissions during lead generation, user registration, or newsletter sign-ups, ultimately improving data…
Source: https://n8n.io/workflows/6230/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Marketing Teams Email Marketers Small Business Owners Community Managers Read from Google Sheets: The workflow begins by reading all contact rows from your designated Google Sheet. Check for Existing
This workflow automatically scans food delivery platforms and restaurant websites to find the best deals and discounts. It helps you save money on meals by aggregating special offers and promotions in
Gumroad sale trigger. Uses httpRequest, gumroadTrigger, googleSheets, stickyNote. Event-driven trigger; 8 nodes.
When someone makes a purchase on your Gumroad store, this n8n workflow instantly adds that customer to the right MailerLite group (so your nurture sequence starts on time) and writes the sale details
Sync New Calendly Bookings to Easy8 CRM with Comment, Sales Activity, and Outlook Email