AutomationFlowsWeb Scraping › Send HTML Email Template via Mandrill

Send HTML Email Template via Mandrill

Original n8n title: Mandrill:message:sendtemplate Sendhtml

Mandrill:Message:sendTemplate sendHTML. Uses start, mandrill. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesStartMandrill
Web Scraping Trigger: Manual Nodes: 3 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
{
  "createdAt": "2021-03-12T15:55:16.919Z",
  "updatedAt": "2021-03-12T15:55:16.919Z",
  "id": "132",
  "name": "Mandrill:Message:sendTemplate sendHTML",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "d6242130-9d76-4db0-8fc8-5b2cbd24b5fe"
    },
    {
      "parameters": {
        "template": "testtemplate",
        "fromEmail": "=random{{Date.now()}}@email.test",
        "toEmail": "=nodeqa{{Date.now()}}@email.test",
        "options": {}
      },
      "name": "Mandrill",
      "type": "n8n-nodes-base.mandrill",
      "typeVersion": 1,
      "position": [
        500,
        250
      ],
      "credentials": {
        "mandrillApi": {
          "name": "<your credential>"
        }
      },
      "id": "e31f6f3e-eee2-4047-90dc-acc08c80438d"
    },
    {
      "parameters": {
        "operation": "sendHtml",
        "fromEmail": "=random{{Date.now()}}@email.test",
        "toEmail": "=nodeqa{{Date.now()}}@email.test",
        "options": {
          "html": "=<h2>This is a the html email from n8n workflow</h2>"
        }
      },
      "name": "Mandrill1",
      "type": "n8n-nodes-base.mandrill",
      "typeVersion": 1,
      "position": [
        500,
        400
      ],
      "credentials": {
        "mandrillApi": {
          "name": "<your credential>"
        }
      },
      "id": "da056d97-7a2b-457d-8236-5ce62f35ab17"
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Mandrill",
            "type": "main",
            "index": 0
          },
          {
            "node": "Mandrill1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": null,
  "meta": null,
  "versionId": null,
  "triggerCount": 0,
  "tags": []
}

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

Mandrill:Message:sendTemplate sendHTML. Uses start, mandrill. Manual trigger; 3 nodes.

Source: https://github.com/n8n-io/test-workflows/blob/b37961bd0e1f34e1bffb4be4a345c08ede317689/workflows/132.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

API Integration. Uses start, httpRequest, json. Manual trigger; 4 nodes.

Start, HTTP Request, JSON
Web Scraping

think-instance. Uses start, httpRequest. Manual trigger; 3 nodes.

Start, HTTP Request
Web Scraping

webhook request v0.24.0 beta. Uses start, httpRequest. Manual trigger; 2 nodes.

Start, HTTP Request
Web Scraping

FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.

HTTP Request, Item Lists, Function Item +1
Web Scraping

CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.

Start, HTTP Request, Item Lists