send_sms
Send SMS directly to specific users by specifying recipient identities and message content. Deliver targeted, personalized notifications.
Instructions
Send an SMS directly to specific users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipients: {"identity": [...]} | |
| content | Yes | SMS content: {"body": "Your message here"} |