Workflow: Manual Awssns Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "AWS SNS",
            "type": "n8n-nodes-base.awsSns",
            "position": [
                450,
                300
            ],
            "parameters": {
                "topic": "n8n-rocks",
                "message": "This is a test message",
                "subject": "This is a test subject"
            },
            "credentials": {
                "aws": "aws"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "AWS SNS",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Automated Research Report Generation with OpenAI, Wikipedia, Google Search, and Gmail/Telegram
View
Create, update and get a contact using the SendGrid node
View
Spot Workplace Discrimination Patterns with AI
View
Website check
View
Webhook Code Create Webhook
View
Trello Limit Automate Scheduled
View
YouTube Videos with AI Summaries on Discord
View
Splitout Webhook Create Webhook
View
High-Level Service Page SEO Blueprint Report
View
Wordpress Filter Update Scheduled
View