AutomationFlowsEmail & Gmail › Send Email via AWS SES

Send Email via AWS SES

Original n8n title: Send an Email Using AWS Ses

Send An Email Using Aws Ses. Uses manualTrigger, awsSes. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesAWS SES
Email & Gmail 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
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "AWS SES",
      "type": "n8n-nodes-base.awsSes",
      "position": [
        450,
        300
      ],
      "parameters": {
        "body": "This is a sample message body in an email\n",
        "subject": "n8n Rocks",
        "fromEmail": "n8n@n8n.io",
        "toAddresses": [
          "user@example.com",
          "user2@example.com"
        ],
        "additionalFields": {}
      },
      "credentials": {
        "aws": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "AWS SES",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

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 An Email Using Aws Ses. Uses manualTrigger, awsSes. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

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

Email & Gmail

Companion workflow for AWS SES node docs

AWS SES
Email & Gmail

Do you want to create a website screenshot without browser extensions?

Function Item, AWS SES, Uproc +2
Email & Gmail

This n8n workflow template checks for new major releases (tagged with ) of the n8n project using its official GitHub releases feed. It runs multiple times a day and sends notifications via email and T

RSS Feed Read, Telegram, AWS SES
Email & Gmail

Do you want to know where a web visitor lives?

Uproc, Function Item, AWS SES
Email & Gmail

FormSimple AI. Uses formTrigger, awsSes, lmChatGroq, chainLlm. Event-driven trigger; 5 nodes.

Form Trigger, AWS SES, Groq Chat +1