> ## Documentation Index
> Fetch the complete documentation index at: https://sailia-mintlify-improve-docs-1774751080.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Notifications and emails

> Understand the emails Sailia sends to your customers and how to customize them.

Sailia sends automated emails to keep customers informed about their bookings. These range from booking confirmations to waitlist notifications and workflow-triggered messages.

## Automatic emails

These emails are sent by Sailia without any setup required:

| Email                     | When it's sent                                                                                |
| ------------------------- | --------------------------------------------------------------------------------------------- |
| **Booking confirmation**  | Immediately after a successful online booking or POS sale with an email address               |
| **Refund notification**   | When a [refund](/payments/stripe#refunds) is processed for a booking                          |
| **Gift card delivery**    | When a customer purchases a [gift card](/pricing/gift-cards) — sent to the buyer or recipient |
| **Waitlist notification** | When a spot opens up on a [waitlisted](/activities/waitlists) session                         |
| **Membership renewal**    | When a [membership](/pricing/memberships-and-passes) payment is processed or fails            |

## Custom workflow emails

For emails beyond the built-in set, use [automated workflows](/integrations/workflows). Workflows let you send custom emails triggered by booking events, such as:

* **Pre-activity reminders** — send a reminder 24 or 48 hours before the session
* **Post-activity follow-ups** — send a thank-you email with a link to rebook
* **Waiver reminders** — remind customers to complete their [waiver](/customers/waivers) before the activity
* **Promotional messages** — send targeted emails based on booking patterns

Workflow emails support merge fields to personalize content with the customer's name, activity details, and booking information.

## Monitoring email volume

Sailia tracks automated emails through [meter usage tracking](/api-reference/meter-tracking#built-in-meters):

| Meter                 | What it tracks                                        |
| --------------------- | ----------------------------------------------------- |
| `workflow-email-sent` | Emails sent by [workflows](/integrations/workflows)   |
| `waitlist-notified`   | [Waitlist](/activities/waitlists) notification emails |

Use the meter usage API to monitor email volume and ensure your workflows are performing as expected.

## Resending emails

You can resend booking confirmation emails from the [booking details](/activities/managing-bookings) at any time. This is useful when:

* A customer did not receive the original email
* The customer needs the details forwarded to another address
* You made changes to the booking and want to send an updated confirmation

<Note>
  Resending a confirmation sends the same email template with the current booking details. If the booking has been modified since the original confirmation, the resent email reflects the latest information.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Customer did not receive a booking confirmation">
    Check that the customer's email address is correct in the booking details. You can resend the confirmation from the booking dashboard. Also ask the customer to check their spam or junk folder.
  </Accordion>

  <Accordion title="Workflow emails are not being sent">
    Verify that the workflow is enabled in your workflows dashboard. Check the `workflow-email-sent` [meter](/api-reference/meter-tracking#built-in-meters) to confirm whether emails are being queued. If the workflow was recently disabled and re-enabled, only future triggers are affected.
  </Accordion>

  <Accordion title="Waitlist notification was sent but customer did not book">
    Waitlist notifications include a deadline to complete the booking. If the customer misses the deadline, the spot is offered to the next person on the waitlist automatically.
  </Accordion>
</AccordionGroup>

## Related guides

<Columns cols={2}>
  <Card title="Automated workflows" icon="bolt" href="/integrations/workflows">
    Set up custom email workflows triggered by booking events.
  </Card>

  <Card title="Managing bookings" icon="calendar-check" href="/activities/managing-bookings">
    View and manage bookings, including resending confirmations.
  </Card>
</Columns>
