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 →
{
"name": "My workflow",
"nodes": [
{
"parameters": {
"path": "aedeff42-d555-4571-a363-826bac34038c",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
],
"id": "231e46ff-24f6-443b-bf7c-a1c4ff898f50",
"name": "Webhook"
},
{
"parameters": {
"fromEmail": "fortnitenotifier.moguism@gmail.com",
"toEmail": "={{$json[\"query\"][\"email\"]}}",
"subject": "Prueba",
"html": "=<html><body>\n<p>Hola,</p>\n<p>Haz clic en el bot\u00f3n de abajo para verificar tu cuenta:</p>\n<a href=\"{{ 'http://127.0.0.1:8000/api/verify?code=' + $json.query.code + \"&email=\" + $json.query.email}}\" style='display:inline-block;padding:10px 20px;background-color:#4CAF50;color:white;text-decoration:none;border-radius:5px;'>Verificar Cuenta</a>\n<p>Si no fuiste t\u00fa, puedes ignorar este correo.</p>\n</body></html>",
"options": {}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
220,
0
],
"id": "ac9c96d8-248a-4de3-b85e-3196fb5a3879",
"name": "Send Email",
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "56e9d9a2-aec6-4e55-b9a8-6c4ba1481d3f",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "wv5zGjyDfBd5pElK",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
smtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Verificationemail. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/moguism/hoteles-autobot/blob/98ebcdcb7f589b4a0848c22eabcea98ef1d772ca/n8n-workflows/VerificationEmail.json — 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.
Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.
MamVibe — User Registered. Uses emailSend. Webhook trigger; 5 nodes.
DISTMAH - Nueva Reseña/Testimonio. Uses emailSend. Webhook trigger; 5 nodes.
User Onboarding Workflow. Uses n8n-nodes-user-provisioning, emailSend. Webhook trigger; 4 nodes.