Zurück zu Twilio
Verbinde Knoon AI mit Twilio, um KI-Workflows zu automatisieren.
Check a Twilio Verify code.
twilioDefaultCheckVerification
Beta
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Ja |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Nein |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Nein |
| code | mustache | Verification code entered by the user. | Ja |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |