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

    Interface DryRunResponse

    interface DryRunResponse {
        number_of_messages?: number;
        number_of_recipients?: number;
        per_recipient?: DryRunResponsePerRecipientInner[];
    }
    Index

    Properties

    number_of_messages?: number

    The total number of SMS message parts to be sent in the batch

    number_of_recipients?: number

    The number of recipients in the batch

    The recipient, the number of message parts to this recipient, the body of the message, and the encoding type of each message