Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface TemplateMessageItem

    interface TemplateMessageItem {
        channel_template?: { [key: string]: ChannelSpecificTemplateReference };
        omni_template?: TemplateReference;
    }
    Index

    Properties

    channel_template?: { [key: string]: ChannelSpecificTemplateReference }

    Optional. Channel specific template reference with parameters per channel. The channel template if exists overrides the omnichannel template. At least one of channel_template or omni_template needs to be present. The key in the map must point to a valid conversation channel as defined by the enum ConversationChannel.

    omni_template?: TemplateReference

    TemplateReference