Marketing & Advertising Automation

1037 Manual Mandrill Automate Triggered

1037 Manual Mandrill Automate Triggered

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

889 Bytes
{
  "name": "1037 Manual Mandrill Automate Triggered",
  "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": "[email protected]",
        "template": "welcomeemailv2",
        "fromEmail": "[email protected]"
      },
      "credentials": {
        "mandrillApi": "mandrill_creds"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Mandrill",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}