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

    Interface WhatsAppFlow

    A message type for sending WhatsApp Flows.

    interface WhatsAppFlow {
        body?: WhatsAppInteractiveBody;
        flow_action?: "navigate" | "data_exchange";
        flow_action_payload?: FlowActionPayload;
        flow_cta: string;
        flow_id: string;
        flow_mode?: "draft" | "published";
        flow_token?: string;
        footer?: WhatsAppInteractiveFooter;
        header?: WhatsAppInteractiveHeader;
    }

    Hierarchy (View Summary)

    Index

    Properties

    WhatsAppInteractiveBody

    flow_action?: "navigate" | "data_exchange"
    flow_action_payload?: FlowActionPayload

    FlowActionPayload

    flow_cta: string

    Text which is displayed on the Call To Action button (20 characters maximum, emoji not supported).

    flow_id: string

    ID of the Flow.

    flow_mode?: "draft" | "published"

    The mode in which the flow is.

    flow_token?: string

    Generated token which is an identifier.

    WhatsAppInteractiveFooter

    WhatsAppInteractiveHeader