חזרה אל 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. |