sms-send_template
sms-send_templateSend a templated SMS message by providing a template name, parameters, and recipient phone number. Optionally link the SMS to a case.
Instructions
Sends a templated SMS message. Renders the template with provided params and sends via Twilio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | No | Optional case ID to store the SMS as a CaseFileItem (@rid format) | |
| params | Yes | Template parameters as a JSON object. Required fields depend on the template. | |
| template | Yes | Template name (e.g., 'invoice_reminder', 'payment_received'). Use sms-list_templates to see available templates. | |
| to | Yes | Recipient phone number in E.164 format (e.g., +15551234567) |