> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/events/sign-up-for-an-event/email-event-attendees-or-waitlist.md).

# Email Attendees or Waitlist

## Emailing Event Attendees and the Waitlist

### Overview

Admins can send a formatted email, including links and images, to the Customers signed up for an Event or Clinic, or to the Customers on that Event's Waitlist. This is useful for last-minute updates such as schedule changes, location reminders, Promo Codes, or alternative Open Play options.

### Open the Email Composer

#### Email Event Attendees

1. Navigate to the Event you want to message.
2. Open the attendee list (`Manage Customers`).
3. Click the `Email` button.

#### Email the Waitlist

1. Navigate to the Event you want to message.
2. Open the `Waitlist` panel.
3. Click the `Email` button above the Waitlist list.

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2Fp4XxqkATMAVGaks4mDlB%2FScreenshot%202026-08-24%20at%2021.46.56.png?alt=media&amp;token=cc810ecc-deab-4898-9d8a-cee5c4f20517" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
The `Email` button only appears when the Waitlist is not empty. If the button is disabled, none of the Waitlisted Customers have an email address on file.
{% endhint %}

### Choose Who Receives the Email

The composer opens as `Email to Attendees` or `Email to Waitlist`. The `Edit Recipients` panel is selected by default and includes everyone with an email address on file.

1. Click `Edit Recipients` to expand the recipient list.
2. Use `Select all` to include or exclude everyone at once.
3. Check or uncheck individual recipients as needed.

{% hint style="info" %}
Only Customers with an email address can be selected. A Customer with no email on file appears in the list but cannot be selected.
{% endhint %}

### Write the Subject and Message

1. Enter a `Subject`.
2. Write the message under `Body` using the editor tools.

The editor supports bold, italic, and underline text, font size, left/center/right alignment, bulleted and numbered lists, links, and images uploaded as JPG or PNG.

Keep image files small. Large images load slowly in email.

### Send a Copy to the Company Email

If the Club has a company email configured, the composer shows a `BCC company email` checkbox with that address.

* Leave it enabled to send a copy of the email to the company email address.
* Turn it off if no copy is wanted.

### Send the Email

Click `Send`. A confirmation shows how many recipients received the email.

{% hint style="warning" %}
Check the recipient count at the top of the `Edit Recipients` panel before sending to a large group.
{% endhint %}

### Common Issues

* **The Email button is missing or greyed out on the Waitlist:** The Waitlist is empty, or none of the Waitlisted Customers have an email address on file.
* **Fewer recipients received the email than expected:** Skipped recipients are usually missing an email address, or they were unchecked in `Edit Recipients` before sending.
* **A Customer cannot be selected as a recipient:** That Customer's Profile has no email address. Add one to the Profile, then reopen the composer.


---

# 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.podplay.app/events/sign-up-for-an-event/email-event-attendees-or-waitlist.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.
