Retour à Twilio
Connecter Knoon AI avec Twilio pour automatiser les flux de travail AI.
Check a Twilio Verify code.
twilioDefaultCheckVerification
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Oui |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Non |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Non |
| code | mustache | Verification code entered by the user. | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |