sms-send
sms-sendSend an SMS message to a phone number for async delivery. Optionally attach the message to a case for record keeping.
Instructions
Sends an SMS message to a phone number. Requires the 'sms' feature to be enabled. Message is queued for async delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | SMS message body (max 1600 characters) | |
| case_id | No | Optional case ID to store the SMS as a CaseFileItem (@rid format) | |
| to | Yes | Recipient phone number in E.164 format (e.g., +15551234567) |