telnyx.send_sms_premium
mock data$0.250 / callSend SMS — Premium (Telnyx)
⚡ ACTION: Send SMS to high-cost destinations: Russia +7, Belarus +375, Ukraine +380, China +86, Turkey +90, MENA (SA/AE/EG/JO/...), Africa (NG/KE/ZA/...), and any unknown prefix (default). $0.25/message. Highest tier — use telnyx.estimate_price to verify before sending (Telnyx)
Input schema
Recipient phone number in E.164 format (e.g. "+14155551234"). Trial accounts can only send to verified destination numbers added in the Telnyx portal.
Sender phone number in E.164 format — must be a Telnyx number you own (e.g. "+15551234567"). Provision via Telnyx portal Numbers > Buy Numbers.
SMS body text (max 1600 chars; >160 splits into multiple billing segments).
Optional Telnyx messaging profile UUID to route through a specific profile (10DLC campaign, sender pool).
Call via REST
curl -X POST https://unifyapi.pro/api/call/telnyx.send_sms_premium \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"to":"<to>","from":"<from>","text":"<text>","messaging_profile_id":"<messaging_profile_id>"}'