send_sms
Send SMS messages to phone numbers via SmsManager.cz, choosing delivery quality (high, economy, low). Returns a reference ID for each message.
Instructions
Send an SMS message to a phone number via SmsManager.cz. Phone numbers should include country code without + (e.g. 420777123456 for Czech). Max 1000 characters. Returns message_id for reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gateway | No | Delivery quality: high (best, default), economy (cheaper), low (cheapest) | high |
| message | Yes | SMS message text, max 1000 characters | |
| phone_number | Yes | Recipient phone number with country code, no + prefix (e.g. 420777123456) |