# Mandrill (Mailchimp Transactional)

### Get Your Mailchimp API Key

* Log in to [Mandrill](https://mandrillapp.com/settings)
* Go to **Settings → SMTP & API Info**.
* Add a **+ New API Key** and copy the generated key — you will need it in StatusPal.

<figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2Fcn2YpEje8tVbZw5KhDDp%2Fimage.png?alt=media&#x26;token=870a5740-d2f2-4f36-a446-17f9ecd5a125" alt=""><figcaption></figcaption></figure>

> 💡 **Tip:** Label your API key clearly in Mandrill (e.g. “StatusPal Integration”) so you can revoke it later if needed.

### Review Mandrill Sending Defaults

Before enabling the integration, verify that your **Mandrill Sending Defaults** match your organization’s privacy policy.

* Log in to [Mandrill](https://mandrillapp.com/settings/sending-options).
* Go to **Settings → Sending Defaults**.
* Review the available options, paying close attention to:
  * **Expose the List of Recipients When Sending to Multiple Addresses**
    * If checked, all recipients will see the full list of other recipients in the email.

<figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2Fw4K06RGFvKkzpJm81GBP%2Fimage.png?alt=media&#x26;token=b896ef32-dd72-4d25-b850-93f91d5825e8" alt=""><figcaption></figcaption></figure>

Configure this setting according to your desired privacy behavior **before using the integration**.

### Configure the Integration in StatusPal

* Log in to your **StatusPal Dashboard**.
* Open the status page where you need to create the integration.
* Go to **Integrations** and install the **Mailchimp Transactional (Mandrill)** integration.
* Paste your **API Key**
* Enter your "Email from address" based on your authenticated [sending domain](https://mandrillapp.com/settings/sending-domains), then click Create.

<figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2FgREXXowyVpvkSV7BvW0f%2Fimage.png?alt=media&#x26;token=70a76357-c7fb-4938-8c98-03b799ba23b3" alt=""><figcaption></figcaption></figure>

Once configured, your Mandrill integration will be active. Notifications from StatusPal will be sent using your authenticated domain and according to your Mandrill sending defaults.

> 💡 **Tip:** Test the integration with a sample incident to make sure everything is working as expected before going live.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.statuspal.io/platform/integrations/mandrill-mailchimp-transactional.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
