ย้อนกลับไปยัง 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. |