Visitza — Booking Confirmed
TemplateReact Email booking confirmation template for Visitza. Includes booking reference, experience name, date/time, meeting point, optional line-item breakdown and total, and a view-booking CTA.
client/visitza/email-tpl-booking-confirmedInstallation
1 · Add registry to components.json
2 · Install component
Examples
All product variants
Switch between public, partner, and supplier brands. Shows subject, plain text, and live HTML preview.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
recipientName | string | — | Greeting name; falls back to 'there'. |
productreq | VisitzaEmailProduct | — | Brand variant: public | partner | supplier. |
bookingRefreq | string | — | Booking reference (e.g. VZ-20260412-001). |
experienceNamereq | string | — | Name of the booked experience. |
experienceDatereq | string | — | Pre-formatted date string (e.g. Saturday, 12 April 2026). |
experienceTime | string | — | Optional start time (e.g. 09:00). |
meetingPoint | string | — | Optional meeting/pickup location. |
lineItems | BookingLineItem[] | — | Optional array of { label, amount } for itemised breakdown. |
total | string | — | Pre-formatted total amount (e.g. R 1 340.00). |
viewBookingUrl | string | — | Optional link to the booking detail page. |