EmailTemplate

public final class EmailTemplate

Class representation of an email template.

Constructors

Link copied to clipboard
public EmailTemplate EmailTemplate(@Json(name = "booking_confirmed") BookingConfirmedTemplate bookingConfirmed, @Json(name = "logo") String logo, @Json(name = "show_nylas_branding") Boolean showNylasBranding)

Types

Link copied to clipboard
public final class Builder

Builder for EmailTemplate.

Properties

Link copied to clipboard

Configurable settings specifically for booking confirmed emails.

Link copied to clipboard
private final String logo

URL of a custom logo to appear in booking emails.

Link copied to clipboard
private final Boolean showNylasBranding

Boolean flag to toggle Nylas branding visibility.

Functions

Link copied to clipboard

Configurable settings specifically for booking confirmed emails.

Link copied to clipboard
public final String getLogo()

URL of a custom logo to appear in booking emails.

Link copied to clipboard

Boolean flag to toggle Nylas branding visibility.