Email

Compatible Application Events for the “Email” entity

Add custom text to the Reservation Confirmation email

CONFIRMATION_MAIL_CUSTOM_TEXT

Fired before sending a reservation confirmation email.

This is a synchronous call. A result of type CustomEmailText is expected. Return null if the generation was not successful.

Variable Type About
reservation TicketReservation Details about the reservation
purchaseContext PurchaseContext The PurchaseContext (Event or Subscription) for which the reservation has been made
billingData TicketReservationAdditionalInfo Billing info for the reservation

Add custom text to the Ticket email

TICKET_MAIL_CUSTOM_TEXT

Fired before sending a ticket email.

This is a synchronous call. A result of type CustomEmailText is expected. Return null if the generation was not successful.

Variable Type About
reservation TicketReservation Details about the reservation
event Event The Event for which the ticket has been confirmeds
billingData TicketReservationAdditionalInfo Billing info for the reservation
additionalFields List<TicketFieldValue> Additional info provided for the ticket holder

Last modified 02.02.2024: update documentation (9e96972b)