Voltar para Twilio
Conectar Knoon AI com Twilio para automatizar fluxos de trabalho de AI.
Check a Twilio Verify code.
twilioDefaultCheckVerification
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Sim |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | Não |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | Não |
| code | mustache | Verification code entered by the user. | Sim |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |