nylas
    Preparing search index...

    Interface EmailTemplate

    interface EmailTemplate {
        bookingConfirmed?: BookingConfirmedTemplate;
        logo?: string;
    }
    Index

    Properties

    bookingConfirmed?: BookingConfirmedTemplate

    Configurable settings specifically for booking confirmed emails.

    logo?: string

    The URL to a custom logo that appears at the top of the booking email. Replaces the default Nylas logo. The URL must be publicly accessible.