Comprehensive Mandrill API Toolset for AI Agents - n8n Workflow

Integrate Mandrill's full API functionality into your AI agents using this n8n workflow. Provides 90+ callable actions for exports, messages, users, and webhooks as powerful n8n templates.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

Who is this best for?


  • AI Engineers building conversational agents that need to perform email marketing or transactional email actions.

  • Developers seeking comprehensive n8n templates for Mandrill (formerly Mailchimp Transactional Email) integration.

  • Users looking for a complex, production-ready n8n node configuration that leverages the httpRequestTool node for extensive API coverage.

  • Automation Specialists designing scalable, tool-driven n8n workflows.

Overview

This advanced n8n workflow is not a traditional sequential process; rather, it functions as a highly granular API toolset designed to be invoked by an upstream AI system. It utilizes the specialized Mandrill MCP (Multi-Step Chain Processor) Server as its primary n8n trigger, which signifies that the workflow is an extensible action package for an AI Agent. With over 90 separate httpRequestTool n8n nodes, this n8n template covers virtually every available Mandrill API operation—including managing exports, inbound routing, IPs, message sending, metadata, rejects, senders, subaccounts, tags, templates, URLs, users, webhooks, and whitelists. This comprehensive design provides unprecedented control, allowing an AI agent to handle complex email operations simply by calling the appropriate n8n node tool, making this a powerful example of modern agent-based automation using n8n.

How it Works

This specialized n8n template starts with the Mandrill MCP Server n8n trigger. This type of n8n node is specifically designed to receive tool calls from a LangChain-enabled AI agent. When the agent determines a Mandrill action is required (e.g., "send a message" or "create an email export"), it sends a request to this n8n trigger node. The n8n trigger then routes the execution to the corresponding httpRequestTool n8n node, based on the tool name provided by the AI.

For instance, a request to invoke the 'Create Export 5' tool will execute the specific HTTP request configured within that n8n node to interact with the Mandrill API for exporting data. The resulting JSON output from the HTTP operation is then passed back through the Mandrill MCP Server n8n node to the originating AI agent for interpretation, allowing the agent to provide timely and accurate email management responses. This architecture transforms the n8n workflow into a dynamic, API-driven action layer for sophisticated AI applications.

Installation Guide


  1. Import the n8n workflow: Copy the provided JSON data and paste it into your n8n instance using the "Import Workflow" function.

  2. Configure the Trigger: The Mandrill MCP Server n8n trigger automatically generates a webhook URL. You must configure your AI Agent or LLM application to use this URL for Mandrill-related tool calls.

  3. Credential Setup: Since this n8n workflow relies on generic httpRequestTool nodes, you must manually configure the API key and endpoint URLs within each of the 90+ HTTP request nodes to connect to the Mandrill API. This typically involves setting the authorization headers or including the Mandrill API key in the JSON body, utilizing the Mandrill documentation.

  4. Activation: Ensure the n8n workflow is activated so the webhook n8n trigger is actively listening for AI tool requests.

Node Details

Mandrill MCP Server (n8n trigger): Serves as the initial entry point for the AI agent. This specialized n8n node handles AI tool call routing, orchestrating which of the 90 downstream actions (the HTTP Requests) should be executed based on the LLM's decision.
Create Export X, Create Inbound Y, etc. (n8n node type: HTTP Request Tool): Over 90 instances of this core n8n node type form the functional library of this n8n workflow template.
Function: Each node encapsulates a specific, predefined action against the Mandrill API (e.g., listing IPs, sending a template message, managing webhooks). They are individually named to function as distinct callable tools for the AI agent.
Key Configuration: These nodes require meticulous manual configuration of the exact Mandrill API method (POST), the target API URL, and the specific JSON payload needed for the operation, often using expressions derived from the data passed from the Mandrill MCP Server n8n trigger.

Related n8n Workflows

Paid

Nodes: 3 Nodes
Updated: December 26 2025
View all
Created by

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

Featured*