SMS Deliverability Check
vri_sms_deliverabilityCheck whether a US/Canada phone number can receive SMS and if now falls within an 8am-9pm send window. Get line type, VoIP flag, spam reputation, and local time to avoid failed sends.
Instructions
ONE verdict for AI outreach: can this North American number receive SMS, and is now a reasonable time to send? Returns sms_capable (live line-type read), VoIP flag, spam reputation, the recipient's approximate local time with an 8am-9pm calling-window flag, and plain-language reasons. Deliverability and reputation signals only — not a legal compliance determination (no DNC/reassigned-number/litigator data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone_number | Yes | US/Canada number, any common format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voip | No | ||
| reasons | No | ||
| line_type | No | ||
| sms_capable | No | Wireless line that can receive SMS | |
| spam_flagged | No | ||
| recipient_local | No | Approximate timezone, local_time, quiet_hours_ok | |
| ok_to_message_now | No | sms_capable AND clean AND inside the calling window |