AutomationFlowsGeneral › Send Email

Send Email

send email. Uses emailSend. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesEmail Send
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Notify-On-Error. Uses errorTrigger, emailSend. Event-driven trigger; 5 nodes.

Error Trigger, Email Send
General

Create An Event File And Send It As An Email Attachment. Uses manualTrigger, iCal, emailSend. Event-driven trigger; 3 nodes.

iCal, Email Send
General

testWorkflow. Uses executeWorkflowTrigger, emailSend, itemLists. Event-driven trigger; 3 nodes.

Execute Workflow Trigger, Email Send, Item Lists
General

Load. Uses executeCommand, emailSend. Event-driven trigger; 3 nodes.

Execute Command, Email Send
General

Send An Email. Uses manualTrigger, emailSend. Event-driven trigger; 2 nodes.

Email Send