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

    Interface ApiMoMessage

    The page of inbounds matching the given filters.

    interface ApiMoMessage {
        client_reference?: string;
        from: string;
        id: string;
        operator_id?: string;
        received_at: Date;
        sent_at?: Date;
        to: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    client_reference?: string

    If this inbound message is in response to a previously sent message that contained a client reference, then this field contains that client reference. Utilizing this feature requires additional setup on your account. Contact your <a href="https://dashboard.sinch.com/settings/account-details\" target="_blank">account manager to enable this feature.

    from: string

    The phone number that sent the message. More info

    id: string

    The ID of this inbound message.

    operator_id?: string

    The MCC/MNC of the sender's operator if known.

    received_at: Date

    When the system received the message. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    sent_at?: Date

    When the message left the originating device. Only available if provided by operator. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    to: string

    The Sinch phone number or short code to which the message was sent.