MonoCloud Management SDK
    Preparing search index...

    Interface CustomSmsBrandingOptions

    Custom SMS Branding Options Response: Represents branding configuration for a specific system-generated SMS.

    CustomSmsBrandingOptions

    interface CustomSmsBrandingOptions {
        template?: string | null;
    }
    Index

    Properties

    Properties

    template?: string | null

    Custom Liquid template used to render the SMS message content with runtime variables; when empty, the default template is used.

    CustomSmsBrandingOptions