First message in 10 minutes
Create a key, pick a channel and send. The response lands in under 200 ms; the final status arrives by webhook.
POST/v1/messages
POST /v1/messages
Authorization: Bearer sk_live_...
{
"channel": "whatsapp",
"to": "+573001112233",
"template": {
"name": "pedido_enviado",
"language": "es",
"variables": ["A-2291"]
},
"fallback": "sms"
}
PARAMETERS
channel
enum
whatsapp | sms
to
string
Number in E.164 format
template
object
Approved template and variables
fallback
enum
SMS retry if WhatsApp fails