Accepted
Mozambique number format is validated and the message is queued.
POST /api/v1/smsMozambique SMS for OTPs, alerts, and notifications. Sender IDs are supported where available. Delivery receipts and status history are tracked in the dashboard.
const res = await fetch('https://api.torpedo.co.mz/api/v1/sms', {method: 'POST',headers: {'X-API-Key': process.env.TORPEDO_KEY,'Content-Type': 'application/json',},body: JSON.stringify({from: 'AcmePay',to: '+258841234567',body: 'Your code is 184 720. Expires in 5 min.',}),})const { data } = await res.json()// → id: 'sm_01kr...', status: 'queued'
Torpedo validates the request, checks credits, queues the message, and surfaces each status change in your dashboard and webhooks.
Mozambique number format is validated and the message is queued.
POST /api/v1/smsPlan access, credit balance, and suppression list are checked.
paid_plan=trueThe send runs asynchronously so your application gets a fast response.
status=queuedThe message status updates as delivery progresses.
status=sentDelivery receipts update the final message state when available.
status=deliveredSigned webhook events keep your application in sync.
sms.deliveredOTPs, payment alerts, delivery notifications. The boring, important kind. We optimise for arrival, not flair.
Alphanumeric where allowed, numeric where required. We handle local registration on your behalf.
GSM-7, UCS-2 detected per message. Concatenation handled. You see one ID, you pay for the parts.
Delivery receipts update message status and can trigger webhook events.
Planned. Outbound transactional SMS is available today.
Planned. Send full links today and track message status in the dashboard.
Planned for future messaging workflows. Today, use outbound SMS for OTPs and alerts.
Paid plans and credit balance control access. Higher volume can be arranged with support.
Signed webhook events use the same integration pattern as email.
Use prepaid SMS credits. Rates are shown per SMS credit so finance and engineering can read the same number.
SMS uses prepaid credits. The estimate below uses the current Mozambique credit tiers. Compare email on the platform pricing page.
If yours isn't here, write to hello@torpedo.co.mz. A human usually replies within an hour.
Email today, WhatsApp planned. Same dashboard, same invoice.
Transactional email with DKIM auth, SPF & DMARC, bounce protection, and signed webhooks.
Not available yet. We will publish details when the product is ready.
Sign up, verify a sender, ship your first 202 Accepted in five minutes.