Atrás a Twilio
Conectar Knoon AI con Twilio para automatizar flujos de trabajo de AI.
Check a Twilio Verify code.
twilioDefaultCheckVerification
Beta
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Sí |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | No |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | No |
| code | mustache | Verification code entered by the user. | Sí |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |