Global SMS API
Reach Your Customers
Anywhere in the World
Deliver transactional alerts, marketing campaigns, and OTP codes globally with industry-leading delivery rates and direct carrier connections.
// Send an SMS in Node.js
const result = await client.sms.send({
to: '+1234567890',
from: 'Tewatch',
text: 'Your verification code is 8456'
});
console.log(`Message ID: ${result.messageId}`);High Delivery Rates
Direct connections to major carriers globally ensure your messages arrive on time.
2-Way Messaging
Build conversational experiences and let your customers reply to your messages.
Smart Routing
Automatic failover and intelligent routing to guarantee message delivery.