> For the complete documentation index, see [llms.txt](https://docs.kisrec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kisrec.com/candidates/candidate-advanced-search/batch-email.md).

# Batch Email

{% hint style="info" %}
Before sending batch emails, please ensure you have read our [Anti-Spam Guide](/other/anti-spam-guide.md).
{% endhint %}

Follow the [Candidate Advanced Search](/candidates/candidate-advanced-search.md) guide to find the candidate's you would like to contact.

Select the **Email** option from the Send Batch button menu.

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

### 1. Select Candidate's

<figure><img src="/files/ALmN0vEsZnek9kyttyfR" alt=""><figcaption><p>Step 1 - Select Candidate's</p></figcaption></figure>

The first step shows a list of candidate's that were found using the [Candidate Smart Search](/candidates/candidate-advanced-search.md).&#x20;

Review the list to ensure only the candidate's you want to include in the batch email are selected.

{% hint style="info" %}
By default, candidate's that are currently placed, shortlisted or in the Perm Pipeline are not selected.
{% endhint %}

Press the![](/files/azRuFHTeFlGrPTNZjqmQ)button to move to the next step.

### 2. Compose Email

<figure><img src="/files/RLa33awVyLcJeyJO6uN6" alt=""><figcaption><p>Step 2 - Compose Email</p></figcaption></figure>

Here you can compose the content of your email. You may also add file attachments if needed

{% hint style="info" %}
The **\[%CANDIDATE\_NAME%]** text is a place holder. This text will be replaced with the candidate's full name when the email is sent. Read the [email templates](/administration/settings/email-templates.md) guide for more information.
{% endhint %}

Press the![](/files/azRuFHTeFlGrPTNZjqmQ)button to move to the final step.

### 3. Send Email

<figure><img src="/files/hfdoA1BcmlOqEMRlZxHw" alt=""><figcaption><p>Step 3 - Send Email</p></figcaption></figure>

The final step allow you to review the email content and check any attachments before sending the batch email.&#x20;

If you need to amend the email content or change the selected candidate's, you can go back to the previous steps to make the required changes.

Press the![](/files/89TSqN3jc0G9paWmiffD)button the send the batch email.


---

# 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.kisrec.com/candidates/candidate-advanced-search/batch-email.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.
