Use case
SMS for your store, without the per-message tax.
Order confirmations, shipping updates, and cart nudges from your own number.
Why teams switch
- Per-message fees eat margin on every order notification.
- Shoppers trust a real local number over a short code.
How SMSKit fits
Call the API from your store backend on any order event. Flat per-phone pricing means notification volume doesn't inflate your bill.
Note ·Integrations note: direct WooCommerce/Shopify plugins are on the roadmap. Today you call the REST API from your store's webhooks/hooks — a few lines.
Acme Store
+254 712 345 678
Example bash
curl https://api.smskit.cloud/api/sms/send \
-H "X-Api-Key: sk_live_your_key" -H "Content-Type: application/json" \
-d '{ "recipient": "+254712345678", "message": "Your order #1042 has shipped." }'