# Custom confirmation emails

Send invitees your own custom confirmation email — with your own subject, body, formatting, and event variables — immediately after they book.

### Common use cases

* Include preparation instructions — what to bring, how to prepare, where to park, how to join.
* Link to your intake form so the invitee can fill it out before the meeting.

### How it works

Custom confirmation emails are available on the Pro plan and above. When enabled, your custom email is sent to the invitee (and any guests) immediately after the event is scheduled.

What it sends alongside depends on whether you have a calendar connected:

* **Calendar connected (Google or Outlook):** The calendar service sends its own event invitation. Your custom email is sent **in addition** — alongside the calendar invite.
* **No calendar connected:** zcal would normally send its own default booking confirmation. Your custom email **replaces** that default.

Reminders, reschedule notifications, and cancellation notifications continue to use zcal's default content regardless of calendar setup.

#### Enable a custom confirmation email

1\) Edit your invite link. Under `Scheduling Options` turn on the `Custom confirmation email` switch.

### Customize the confirmation email

1\) Click the Edit button next to the `Custom confirmation email` switch.

2\) Edit the subject and body of the email. You can format your email and add links. You can also insert event variables into the email — for example, the invitee's name, the event date and time, or the reschedule and cancel links.

3\) Click Save.


---

# Agent Instructions: 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:

```
GET https://help.zcal.co/invite-settings/custom-confirmation-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
