Skip to content

Mandrill#

The Mandrill node allows you to automate work in Mandrill, and integrate Mandrill with other applications. n8n supports sending messages based on templates or HTML with Mandrill.

On this page, you'll find a list of operations the Mandrill node supports and links to more resources.

Credentials

Refer to Mandrill credentials for guidance on setting up authentication.

Examples and templates

For usage examples and templates to help you get started, take a look at n8n's Mandrill integrations list.

Basic Operations#

  • Message
    • Send message based on template.
    • Send message based on HTML.

Example Usage#

This workflow allows you to send an email using a template via Mandrill. You can also find the workflow on this website. This example usage workflow uses the following two nodes.

The final workflow should look like the following image.

A workflow with the Mandrill node

1. Start node#

The start node exists by default when you create a new workflow.

2. Mandrill node#

  1. First of all, you'll have to enter credentials for the Mandrill node. You can find out how to do that here.
  2. Select the template you would like to use from the Template dropdown list.
  3. Enter the email address from which you want to send the email in the From Email field.
  4. Enter the recipient email address in the To Email field.
  5. Click on Execute Node to run the workflow.