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

    Interface VerificationSmsDeliveredEvent

    interface VerificationSmsDeliveredEvent {
        custom?: string;
        event: "VerificationSmsDeliveredEvent";
        id: string;
        identity: Identity;
        method: string;
        reference?: string;
        smsResult: string;
    }
    Index

    Properties

    custom?: string

    Can be used to pass custom data in the request.

    event: "VerificationSmsDeliveredEvent"

    The type of the event.

    id: string

    The ID of the verification request.

    identity: Identity

    Identity

    method: string

    The verification method.

    reference?: string

    Used to pass your own reference in the request for tracking purposes.

    smsResult: string

    The result of the SMS delivery. Possible values can be extended in the future.