MonoCloud Management SDK
    Preparing search index...

    Interface PatchCustomEmailBrandingOptionsRequest

    Patch Custom Email Branding Options Request: Used to update the content and delivery behavior of a custom email.

    PatchCustomEmailBrandingOptionsRequest

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

    Properties

    send_notifications?: boolean

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

    PatchCustomEmailBrandingOptionsRequest

    subject?: string | null

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

    PatchCustomEmailBrandingOptionsRequest