# Mar 21st Improvements on Email Integration and Payment Method

* **New Email Integration** 💌\
  Added Mailchimp and Mailgun integrations, making it easier to connect with email services.
* **Updated Email Settings Form** 📝\
  The email settings form now includes fields for the new integrations.
* **New API Endpoint for Integrations** 🌐\
  Fetch data about an integration (if it exists) via the new API endpoint at /integrations/{name}.
* **Removed Payment Keys from Profile Page** 🔑\
  Stripe and Authorize.net keys now appear in the Integrations Page instead.
* **New Integrations Tab on Settings Page** 🔧\
  Manage all installed integrations and their keys in one handy place.
* **Stripe Key Updates** 💳\
  Easily view and select from available Stripe keys in the system.
* **Improved PaymentMethods Component** 💼\
  Replaced "Expired" with "Expires" for better clarity.
* **Removed Redundant Data Fetching** 🧹\
  Unnecessary apiGetCardData method was removed, and donorCards was updated.
* **New Tabs for Report Management** 📊\
  Effortlessly navigate between Saved Reports and Create Report in the EditReport Component. 😃


---

# 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.helpyousponsor.com/changelog/march/mar-21st-improvements-on-email-integration-and-payment-method.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.
