Skip to content
retransmit.
All products
SMS

SMS from the same API.

Verification codes, delivery updates, and reminders. Routing is handled per country.

  • Verification codes
  • Delivery updates
  • Appointment reminders
01 / YOUR APPNode.js
send-sms.ts
const { data, error } = await retransmit.sms.send({
  from: "Acme",
  to: "+237670000000",
  text: "Your order is on its way.",
});
202 Acceptedstatus: queued
02 / YOUR CUSTOMERPreview

SMS

Acme · just now

Acme

Your order is on its way.

DeliveredSample

01

Routing

The destination number sets the country. We pick the cheapest configured provider for it.

02

Sender ID

Use your own sender ID where the country allows it, or the default for the route.

03

Delivery receipts

Receipts arrive by signed webhook. Every message keeps its event history.

Add another channel

Same API key. Same SDK.