Twilio로 돌아가기
Knoon AI를 Twilio과 연결하여 AI 워크플로우를 자동화하세요.
Check a Twilio Verify code.
twilioDefaultCheckVerification
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| serviceSid | file | Twilio Verify Service SID. | 네 |
| to | mustache | Phone number in E.164 format or email being verified. Required unless verificationSid is provided. | 아니요 |
| verificationSid | mustache | Optional Verification SID. Can be used instead of to. | 아니요 |
| code | mustache | Verification code entered by the user. | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |