Tillbaka till Twilio
Anslut Knoon AI med Twilio för att automatisera AI-flöden.
Check a Twilio Verify code.
twilioDefaultCheckVerification
BETA
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Ja |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Nej |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Nej |
| code | mustache | Verification code entered by the user. | Ja |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| sid | string | Verification SID. |
| serviceSid | string | Verify Service SID. |
| status | string | Verification status. |
| channel | string | Verification channel. |
| to | string | Verified address. |
| valid | boolean | Whether Twilio marked the check valid. |
| approved | boolean | Whether the check was approved. |