Workflow: Manual Mandrill Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Mandrill",
            "type": "n8n-nodes-base.mandrill",
            "position": [
                450,
                300
            ],
            "parameters": {
                "options": [],
                "toEmail": "user@example.com",
                "template": "welcomeemailv2",
                "fromEmail": "example@yourdomain.com"
            },
            "credentials": {
                "mandrillApi": "mandrill_creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Mandrill",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Send a cocktail recipe every day via a Telegram
View
Manual Stickynote Automation Webhook
View
Upload video, create playlist and add video to playlist
View
Schedule Telegram Automation Scheduled
View
n8napi-check-workflow-which-model-is-using
View
Gmail MCP Server
View
Daily poems in Telegram
View
Analyze Screenshots with AI
View
HTTP Stripe Create Webhook
View
Code Microsoftoutlook Create Webhook
View