What is the primary function of the Mandrill Tool node in n8n?
The Mandrill Tool node is used to perform Integrations with Mailchimp Transactional Email (Mandrill), primarily focused on sending transactional emails, managing templates, and handling status updates within an automated workflow.
How can I start an n8n workflow using Mandrill events?
You can configure the Mandrill Tool node as a webhook trigger. This allows the workflow to automatically start when Mandrill sends specific events, such as email delivery failures, opens, or clicks, enabling real-time Integrations.
What kind of email operations can this specific node execute?
The node supports various operations, including sending messages using templates, retrieving detailed send reports, and managing metadata associated with email batches via the Mandrill API.
What is required to securely connect the Mandrill node to my account?
Secure Integrations require configuring the Mandrill API key within the credentials section of the node. This key acts as the authentication token for all subsequent API calls from the workflow.
Can the Mandrill Tool node be used mid-workflow, or only as a trigger?
While it can act as a trigger to start a workflow, it is most commonly used as an action node mid-workflow. Data processed by previous nodes can feed into this node to execute Integrations like personalized email sending.