nylas
    Preparing search index...

    Interface BookingConfirmedTemplate

    interface BookingConfirmedTemplate {
        body?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    body?: string

    The additional body to be appended after the default body. Only visible in emails sent to guests.

    title?: string

    The title to replace the default 'Booking Confirmed' title. This doesn't change the email subject line. Only visible in emails sent to guests.