UnifyAPI
← Back to catalog

telnyx.send_sms_world

mock data$0.100 / call

Send SMS — World (Telnyx)

⚡ ACTION: Send SMS to most international destinations: UK +44, EU (DE/FR/IT/ES/NL/PL...), AU +61, JP +81, IN +91, BR +55, MX +52, ZA +27, IL +972, AE +971, SG +65, KR +82. $0.10/message. Returns 400 if destination is in NA tier (use telnyx.send_sms_na) or premium tier (use telnyx.send_sms_premium) (Telnyx)

Communicationprovider: Telnyx#telnyx#communication

Input schema

torequired

Recipient phone number in E.164 format (e.g. "+14155551234"). Trial accounts can only send to verified destination numbers added in the Telnyx portal.

string
fromrequired

Sender phone number in E.164 format — must be a Telnyx number you own (e.g. "+15551234567"). Provision via Telnyx portal Numbers > Buy Numbers.

string
textrequired

SMS body text (max 1600 chars; >160 splits into multiple billing segments).

string
messaging_profile_id

Optional Telnyx messaging profile UUID to route through a specific profile (10DLC campaign, sender pool).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/telnyx.send_sms_world \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"to":"<to>","from":"<from>","text":"<text>","messaging_profile_id":"<messaging_profile_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.