send.devSms
SMS Sending
Send individual and bulk SMS messages with our easy-to-use API. Features include delivery tracking, message templates, and intelligent routing.
Want to be notified when this feature launches?Let us know
Planned Features
Single Message
{
"from": "+14155551234",
"to": "+14155559876",
"body": "Your order #12345 has shipped!"
}Bulk Sending
{
"from": "+14155551234",
"messages": [
{ "to": "+14155551111", "body": "Hello Alice!" },
{ "to": "+14155552222", "body": "Hello Bob!" }
]
}Message Templates
{
"from": "+14155551234",
"to": "+14155559876",
"template_id": "tmpl_shipping",
"variables": {
"order_id": "12345",
"tracking_url": "https://..."
}
}Coming Soon
Contact us to be notified when SMS launches.