Takaisin Twilio -kohtaan
Yhdistä Knoon AI kohteen Twilio kanssa automatisoidaksesi AI-työnkulut.
Check a Twilio Verify code.
twilioDefaultCheckVerification
BETA
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Kyllä |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Ei |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Ei |
| code | mustache | Verification code entered by the user. | Kyllä |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |