Intrepid is the bulk messaging platform for Kenyan businesses — campaigns, OTPs, and alerts sent from one dashboard or a REST API, with delivery reports on every message.
One dashboard for campaigns, contacts, and delivery — plus a REST API when you need to go further.
Top up credits and they're deducted per message sent — no monthly minimums, no contracts, no surprise invoices.
Organise contacts into groups, import them from a spreadsheet, and send a single campaign to exactly who you mean to — then watch delivery roll in in real time.
Register a custom sender name so your messages arrive under your brand, not a string of digits — approved once, reused on every campaign and API call.
Fire OTPs, receipts, and alerts straight from your app with one REST call — authenticate once, then send single or bulk messages from the same API.
Follow each campaign in real time, see exactly which numbers bounced, and get a webhook the moment a message's status changes.
Top up credits and they're deducted per message sent — no monthly minimums, no contracts, no surprise invoices.
Organise contacts into groups, import them from a spreadsheet, and send a single campaign to exactly who you mean to — then watch delivery roll in in real time.
Drop the Intrepid API into any stack. Authenticate with your API key, POST a message, and it's queued for delivery.
# Authenticate, then send a message
curl -X POST https://app.yourdomain.com/api/v1/sms/send \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"sender_name": "YOURSHOP",
"message": "Hi Amina, your order #58231 has shipped!",
"recipient": "254712345678",
"callback_url": "https://yourapp.com/webhooks/sms"
}'
→ 202 Accepted
{
"dispatch_id": 10432,
"status": "queued",
"cost": 0.8
}
Register your business and verify your email — it takes about two minutes.
We review your business details and approve your account, so your messages are trusted, not flagged as spam.
Add contacts or connect the API, send your first message, and watch delivery reports update live.
Secure logins and transactions with one-time codes that land in seconds.
Promotions, announcements, and offers sent to segmented contact groups.
Appointment reminders, delivery updates, and payment confirmations.
Order status, service updates, and account alerts your customers expect.
No monthly fees, no long contracts. Buy credits, send messages, and top up whenever you need to.
Yes. Intrepid is built for businesses sending SMS in Kenya, and every new account is manually reviewed before it can send — that keeps messages from being flagged as spam and protects the sender reputation of everyone on the platform.
We review your business details as soon as you sign up. You'll get an email the moment your account is approved, and you can start sending straight away.
A sender name is the custom ID your messages arrive from — your brand, instead of a random string of digits. Register one once and it's approved for reuse on every campaign and API call.
Pay-as-you-go: buy credits, and they're deducted per message sent. No monthly fees, no contracts, and credits never expire.
No. There's no monthly minimum and no long-term commitment — send one message or one hundred thousand, at the same per-SMS rate.
Top up directly from your dashboard via M-Pesa — credits land on your account as soon as the payment confirms.
Yes. The Intrepid REST API supports single or bulk sends from the same endpoint, authenticated with a token — drop it into any stack alongside or instead of the dashboard.
Yes. Every campaign shows live delivery status per recipient, and you can register a webhook to get notified the moment a message's status changes — queued, delivered, or failed.
Anything from one-time codes and login verification to marketing campaigns, appointment reminders, delivery updates, and order or account notifications.
Create your account and send your first message today.
Questions about pricing, the API, or your account — send a message and we'll reply as soon as we can.