MonoCloud Management SDK
    Preparing search index...

    Interface PatchCustomSmsBrandingOptionsRequest

    Patch Custom SMS Branding Options Request: Used to update a custom SMS template.

    PatchCustomSmsBrandingOptionsRequest

    interface PatchCustomSmsBrandingOptionsRequest {
        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.

    PatchCustomSmsBrandingOptionsRequest