Workflow: Manual Awsses Automate

Workflow Details

Download Workflow
{
    "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": "aws"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "AWS SES",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

AI powered SEO Keyword Research Automation - The vibe Marketer
View
Reschedule overdue Asana tasks and clean up completed tasks
View
Manual Mongodb Automate Triggered
View
Telegram Automate Triggered
View
Create a ticket in Zendesk
View
Receive updates when a subscriber is added through a form in ConvertKit
View
Import Odoo Product Images from Google Drive
View
Manual Xero Automate Triggered
View
Manual Stickynote Update Triggered
View
Append, lookup, update, and read data from a Google Sheets spreadsheet
View