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 →
{
"createdAt": "2025-02-20T21:47:05.300Z",
"updatedAt": "2025-02-24T03:59:20.000Z",
"id": "ktUAOdHR3l8c38ae",
"name": "send email",
"active": false,
"nodes": [
{
"parameters": {
"fromEmail": "cbmmartinrodriguez@gmail.com",
"toEmail": " ",
"subject": "prueba 8",
"options": {
"bccEmail": "magirogo@gmail.com"
}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
440,
0
],
"id": "cc8dba40-ebc1-4b3b-a9a0-a1da2ba8c2f9",
"name": "Send Email",
"alwaysOutputData": true,
"notesInFlow": true,
"executeOnce": true,
"credentials": {
"smtp": {
"name": "<your credential>"
}
},
"onError": "continueRegularOutput",
"notes": "Animo"
},
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "43fdc27f-2439-475e-9560-91c3e4b2796f",
"name": "When clicking \u2018Test workflow\u2019"
}
],
"connections": {
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
},
"Send Email": {
"main": [
[]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "a4581d76-2b59-4628-a6eb-6d2768165507",
"triggerCount": 0,
"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
send email. Uses emailSend. Event-driven trigger; 2 nodes.
Source: https://github.com/martingilberto/backup-n8n/blob/a9fc440ebbdecec8dbb2d10dac3d03e2040d0d51/workflows/send_email.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.
Notify-On-Error. Uses errorTrigger, emailSend. Event-driven trigger; 5 nodes.
Create An Event File And Send It As An Email Attachment. Uses manualTrigger, iCal, emailSend. Event-driven trigger; 3 nodes.
testWorkflow. Uses executeWorkflowTrigger, emailSend, itemLists. Event-driven trigger; 3 nodes.
Load. Uses executeCommand, emailSend. Event-driven trigger; 3 nodes.
Send An Email. Uses manualTrigger, emailSend. Event-driven trigger; 2 nodes.