Send SMS — World (EU + APAC + LATAM core, Telnyx)
phone.telnyx.sms_worldSend SMS to international destinations outside North America and premium tiers. Supports UK, EU, AU, JP, IN, and more. Fixed rate $0.10 per message. Requires owned Telnyx number. Returns 400 if used for NA or premium numbers.
Instructions
⚡ 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)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in E.164 format (e.g. "+14155551234"). Trial accounts can only send to verified destination numbers added in the Telnyx portal. | |
| from | Yes | Sender phone number in E.164 format — must be a Telnyx number you own (e.g. "+15551234567"). Provision via Telnyx portal Numbers > Buy Numbers. | |
| text | Yes | SMS body text (max 1600 chars; >160 splits into multiple billing segments). | |
| messaging_profile_id | No | Optional Telnyx messaging profile UUID to route through a specific profile (10DLC campaign, sender pool). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |