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

    Interface ListMessageItemProperties

    interface ListMessageItemProperties {
        catalog_id?: string;
        menu?: string;
        whatsapp_header?: string;
    }
    Index

    Properties

    catalog_id?: string

    Required if sending a product list message. The ID of the catalog to which the products belong.

    menu?: string

    Optional. Sets the text for the menu of a choice list message.

    whatsapp_header?: string

    Optional. Sets the text for the header of a WhatsApp choice list message. Ignored for other channels.