Tilbake til Twilio
Koble til Knoon AI med Twilio for å automatisere AI-arbeidsflyter.
Check a Twilio Verify code.
twilioDefaultCheckVerification
BETA
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Ja |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Nei |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Nei |
| code | mustache | Verification code entered by the user. | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |