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

    Interface RecipientDeliveryReport

    interface RecipientDeliveryReport {
        applied_originator?: string;
        at: Date;
        batch_id: string;
        client_reference?: string;
        code: number;
        encoding?: "GSM" | "UNICODE";
        number_of_message_parts?: number;
        operator?: string;
        operator_status_at?: Date;
        recipient: string;
        status: string;
        type: "recipient_delivery_report_sms" | "recipient_delivery_report_mms";
    }
    Index

    Properties

    applied_originator?: string

    The default originator used for the recipient this delivery report belongs to, if default originator pool configured and no originator set when submitting batch.

    at: Date

    A timestamp of when the Delivery Report was created in the Sinch service. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    batch_id: string

    The ID of the batch this delivery report belongs to

    client_reference?: string

    The client identifier of the batch this delivery report belongs to, if set when submitting batch.

    code: number

    The detailed status code.

    encoding?: "GSM" | "UNICODE"

    Applied encoding for message. Present only if smart encoding is enabled.

    number_of_message_parts?: number

    The number of parts the message was split into. Present only if max_number_of_message_parts parameter was set.

    operator?: string

    The operator that was used for delivering the message to this recipient, if enabled on the account by Sinch.

    operator_status_at?: Date

    A timestamp extracted from the Delivery Receipt from the originating SMSC. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    recipient: string

    Phone number that was queried.

    status: string

    The simplified status as described in Delivery Report Statuses.

    type: "recipient_delivery_report_sms" | "recipient_delivery_report_mms"

    The recipient delivery report type.