> 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/payments-and-invoicing/managing-invoices/bulk-invoice-reminder-sending.md).

# Bulk Invoice Reminder Sending

Bulk Invoice Reminder Sending allows you to manually send reminder emails for multiple invoices at once, directly from the Invoices page.

***

#### What is Bulk Invoice Reminder Sending?

**Bulk Invoice Reminder Sending** lets you select multiple invoices and send reminder emails in one action using the default invoice reminder template. Each invoice is sent as a separate email.

This is useful for ad-hoc or urgent follow-ups that fall outside automated schedules and works alongside your existing reminder and summary rules without interfering with them.

{% hint style="info" %}
**Note:** Bulk reminders are only available for invoices that are **not archived** and have a status of **Overdue** or **Upcoming**. If any ineligible invoices are selected, the bulk reminder action will not be available.
{% endhint %}

{% hint style="info" %}
**Template behavior:** Bulk reminders use your default invoice reminder email template. To customize, update your template under **Automations >** [**Email Notifications**](https://app.alternativepayments.io/dashboard/email-notifications).
{% endhint %}

***

### Steps to send bulk invoice reminders

1. Log in to your Alternative portal: [app.alternativepayments.io](https://app.alternativepayments.io/)
2. Navigate to the [**Invoices**](https://app.alternativepayments.io/dashboard/invoices) section
3. Select the invoices you want to send
4. Select "Send reminder"

   <figure><img src="/files/7dZFmjK9giZptcPlO4DM" alt=""><figcaption></figcaption></figure>
5. Click "Yes, send reminders"

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

You're all set! 🎉

**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/payments-and-invoicing/managing-invoices/bulk-invoice-reminder-sending.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.
