MonoCloud Management SDK
    Preparing search index...

    Interface CustomEmailBrandingOptions

    Custom Email Branding Options Response: Represents branding configuration for a specific system-generated email message.

    CustomEmailBrandingOptions

    interface CustomEmailBrandingOptions {
        send_notifications: boolean;
        subject?: string | null;
    }
    Index

    Properties

    send_notifications: boolean

    Specifies whether the email notification is sent using MonoCloud-managed delivery.

    CustomEmailBrandingOptions

    subject?: string | null

    Specifies the email subject line, which may include Liquid placeholders; when empty, the default subject template is used.

    CustomEmailBrandingOptions