> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/reports/creating-email-batches.md).

# Creating Email Batches

This lesson will show you how to create an email batch using your reports.

{% stepper %}
{% step %}

### Access email batches

<figure><img src="/files/pKL2tgQYHvcYZXduMupx" alt="" width="134"><figcaption></figcaption></figure>

Email batches are a tool that allows you to send a large volume of emails at once. Batches are created when a report and a template are selected.

The report will then run and the email template selected will be generated and sent to each contact that meets the criteria of the report.

This allows you to quickly send multiple emails instead of having to search for the relevant contacts then send each email individually. For example, if you wanted to send an email to every client from a particular company, then you would generate a report to single them out, create the template for the email then create a batch that brings the two together.

The first step in creating an email batch is to access the "Email Batches" page which you can do by clicking "Reports" then selecting "Email Batches".
{% endstep %}

{% step %}

### Create a new batch

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

On the "Email Batch" page, click the "New Email Batch" button to begin creating a new email batch.
{% endstep %}

{% step %}

### Choose the report and template that will create the batch

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

You will now be prompted to fill in the batch details.

First enter a description for the batch, then choose a data source which will be a report that will list the clients that the email should be sent to.

After this, select the email template that you wish to choose as well as the company email address that you want the email to be sent from.

Once you have done this, click "Save Changes" to proceed.
{% endstep %}

{% step %}

### Email batch report criteria

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

When selecting a report to run as part of an email batch, it must meet certain criteria—a case number must be present in order for an email batch to correctly generate.
{% endstep %}

{% step %}

### Batch created

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

You will now have an email batch created. The "Email Batch" page will now list all of the batches that you have created and allow you to run them by clicking the hyperlink in the column under "Last Run".
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/administrator-documentation/reports/creating-email-batches.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.
