Visitza — Booking Confirmed

Template

React 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-confirmed

Installation

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

PropTypeDescription
recipientName
stringGreeting name; falls back to 'there'.
productreq
VisitzaEmailProductBrand variant: public | partner | supplier.
bookingRefreq
stringBooking reference (e.g. VZ-20260412-001).
experienceNamereq
stringName of the booked experience.
experienceDatereq
stringPre-formatted date string (e.g. Saturday, 12 April 2026).
experienceTime
stringOptional start time (e.g. 09:00).
meetingPoint
stringOptional meeting/pickup location.
lineItems
BookingLineItem[]Optional array of { label, amount } for itemised breakdown.
total
stringPre-formatted total amount (e.g. R 1 340.00).
viewBookingUrl
stringOptional link to the booking detail page.