> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/automations/email-notifications-and-reminders/automatic-email-notifications.md).

# Automatic Email Notifications

**Automatic email reminders help customers pay invoices on time and save you from sending manual notifications.**

***

Easily automate your emails and improve collections with invoice summaries and invoice reminders.

**Set up automatic email notifications in 4 easy steps:**

{% stepper %}
{% step %}
Go into Automations
{% endstep %}

{% step %}
Select [Email Notifications](https://app.alternativepayments.io/dashboard/email-notifications)
{% endstep %}

{% step %}
Add Your Notifications (Invoice summaries & Invoice reminders)
{% endstep %}

{% step %}
Add Customer Exclusions
{% endstep %}
{% endstepper %}

***

## Invoice Summaries

Email your customers comprehensive invoice summaries to highlight all outstanding invoices. This serves as a gentle reminder, ensuring timely payments for the services you've delivered.

Follow [How to customize your templates for invoice reminders and summaries](/automations/email-notifications-and-reminders/creating-custom-email-templates.md).

<figure><img src="/files/teKm0loIe5TqWj2MjoCt" alt=""><figcaption></figcaption></figure>

***

## Invoice Reminders

1. **Go into Automations**

   In the Partner Dashboard, select Automations from the side menu.
2. **Select Email Notifications**

   Select [Email Notifications](https://app.alternativepayments.io/dashboard/email-notifications) from the drop-down, then open the [Invoice reminders](https://app.alternativepayments.io/dashboard/email-notifications?pageTab=reminders) section. Select [New reminder](https://app.alternativepayments.io/dashboard/email-notifications/new-reminder) to start configuring automatic email reminders.

<figure><img src="/files/WQRBXtuhsIUVxWaSTSZM" alt=""><figcaption></figcaption></figure>

3. **Add Your Reminders**

   Set reminders based on the due date, after the due date, before the due date, on creation, or after creation. You can set as many reminders as you need; they apply to your full customer base with email notifications enabled.

<figure><img src="/files/rQBgmcLivvznGZCzOzsr" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
As best practice, we recommend you set reminders for:

* On due date
* 3 days before due date
* 7 days after due date (and optionally 15, 30, and 45 days)
  {% endhint %}

4. **Add Customer Exclusions**

   If you want to exclude any customers from automatic email reminders, use the **Exception List** section.

   Select **Choose Customers**, filter for the customers you want, and select the checkboxes next to the company names. You can also **Select All** or **Clear Selection**. Confirm with the **Select x customers** button when you are ready.

<figure><img src="/files/n2YgSIVcjKBm90ysp9ue" alt=""><figcaption></figcaption></figure>

Now you're all set up to send automatic email notifications.

For questions, use the chat icon at the bottom right of the Partner Dashboard.

***

## Email Sending Domain

Invoice notification emails are sent from one of two addresses, depending on whether your account has a custom email domain configured:

* **Custom email domain configured:** Notifications are sent from your custom sending address (for example, `billing@yourcompany.com`). This keeps your brand front and center in your customers' inboxes and helps with deliverability.
* **No custom email domain:** Notifications are sent from Alternative Payments' default email address on your behalf.

### Setting up a custom email domain

Custom email domain configuration requires DNS verification (DKIM and return-path records) and is set up by the Alternative Payments team. To get started, contact your Customer Success Manager or email <customersuccess@alternativepayments.io>. For more context on white-labeling and branding options, see [White-labeling your Payments Portal](/getting-started/account-set-up-and-configuration/white-labeling-your-payments-portal.md).

### Confirming which domain is active

Once your custom email domain is configured and verified, confirm the from-address used on sent notifications in your [Email Activity](https://app.alternativepayments.io/dashboard/email-activity) log. Each entry shows the sending address used for that notification. For a full walkthrough, see [Tracking Email Notifications](/automations/email-notifications-and-reminders/tracking-email-notifications.md).

***

## Limitations

### File Attachments in Email Notifications

Attaching files — such as worksheets, PDFs, or other supporting documents — to AP invoice reminder or summary emails is not currently supported. Only the invoice itself is included in the email notification.

**Recommended workaround:** If you need to send a worksheet or other attachment alongside an invoice, use this two-step approach:

1. **Send the first invoice email through QuickBooks Online (QBO).** In your QBO email template, include both the file attachment and your AP custom billing link (the unique URL from your Alternative Payments account that takes customers directly to your payment portal). This ensures the customer receives the attachment and can still pay through AP.
2. **Use AP for all subsequent reminders.** Once the initial email has gone out via QBO, configure remaining reminders in Alternative Payments as normal. AP continues automated follow-ups with the billing link included.

To find your custom billing link, see [Custom Billing Links](/getting-started/account-set-up-and-configuration/custom-billing-links.md).

{% hint style="info" %}
**Note:** An API-based approach to including attachments may be possible for partners with custom integrations, but this is not an officially supported workflow. Contact your customer success representative for guidance.
{% endhint %}

***

{% hint style="info" %}
**Note:** Invoices enrolled in Auto-Pay are marked with an Auto-Pay icon in the Invoice Reminder email.
{% endhint %}

<figure><img src="/files/mt0nX4pH1PJ0I4aGYVyJ" alt="Invoice reminder email showing the Auto-Pay icon on enrolled invoices"><figcaption></figcaption></figure>

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.alternativepayments.io/automations/email-notifications-and-reminders/automatic-email-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
