Table of Contents

Enum VerifyRequest.Workflow

Namespace
Vonage.Verify
Assembly
Vonage.dll

Defines the sequence of delivery methods used to send the verification code to the user.

public enum VerifyRequest.Workflow

Fields

SMS = 6

Single SMS attempt only.

SMS_SMS = 4

Two SMS attempts only (no voice calls).

SMS_SMS_TTS = 2

First two attempts via SMS, then a text-to-speech voice call if unverified.

SMS_TTS = 5

First attempt via SMS, then a text-to-speech voice call if unverified.

SMS_TTS_TTS = 1

First attempt via SMS, then two text-to-speech voice calls if unverified.

TTS = 7

Single text-to-speech voice call only.

TTS_TTS = 3

Two text-to-speech voice calls only (no SMS).