SendSMSRequest
Request model for sending SMS.
Properties
to (required)
- Type:
string - Description: Recipient phone number (E.164 format or will be auto-formatted)
body (required)
- Type:
string - Description: Message body text
from_number
- Type:
object - Description: Sender phone number (defaults to configured TWILIO_FROM_NUMBER)
status_callback
- Type:
object - Description: Webhook URL for delivery status updates
Example
{}