Back to Twilio
Connect Knoon AI with Twilio to automate AI workflows.
Check a Twilio Verify code.
twilioDefaultCheckVerification
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | Yes |
| 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. | Yes |
Returns
| Name | 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. |