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

    Interface GetDeliveryReportByBatchIdRequestData

    interface GetDeliveryReportByBatchIdRequestData {
        batch_id: string;
        code?: string | number | number[];
        status?: string | string[];
        type?: "summary" | "full";
    }
    Index

    Properties

    batch_id: string

    The batch ID you received from sending a message.

    code?: string | number | number[]

    Comma separated list of delivery receipt codes to include

    status?: string | string[]

    Comma separated list of delivery report statuses to include

    type?: "summary" | "full"

    The type of delivery report.

    • A summary will count the number of messages sent per status.
    • A full report give that of a summary report but in addition, lists phone numbers.