SMS
Canal de produccion activo para OTP, banca, e-commerce y alertas criticas.
desde EUR 0,19API SMS para Marruecos
Envia OTP SMS, alertas transaccionales y campanas mediante SMS.to con API REST, facturacion MAD/EUR y soporte local.
50 SMS gratis. Sandbox incluido. Sin tarjeta.Production stack
Canal de produccion activo para OTP, banca, e-commerce y alertas criticas.
desde EUR 0,19Callbacks firmados de SMS.to para estados sent, delivered, failed y undeliverable.
incluidoExtensiones futuras solo tras configurar endpoints upstream dedicados.
a pedidoProduccion lanzada solo con SMS; las cascadas multicanal quedan como extensiones configuradas explicitamente.
DLR en tiempo real con HMAC, historial de estado y reintentos en cola.
Mensajes, costes, campanas, contactos, claves API, webhooks y pagos en un lugar.
Normalizacion +212, UX frances, MAD, preparacion CNDP y rutas locales.
Operations
SMS.to handles outbound delivery; signed callbacks update status and billing.
SMS.to callbacks verified before status updates.
Developer surface
/v1/messagesQueues one SMS, WhatsApp OTP, or Telegram OTP message.
/v1/messages/bulkQueues up to 10,000 personalized messages in one request.
/v1/messagesReturns recent messages for the authenticated account.
/v1/verify/sendCreates an OTP session and sends the code over SMS, WhatsApp, or Telegram.
/v1/verify/checkValidates a code for an active verification session.
/v1/analyticsReturns totals, delivery rate, costs, channel mix, and daily volume for the last window.
curl -X POST https://api.smsmaroc.ma/v1/messages \
-H "Authorization: Bearer smr_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"to": "+212612345678",
"message": "Votre code est 483921",
"from": "MonApp",
"cascade": true
}' OpenAPI YAML