One account unlocks SMS, WhatsApp, USSD, shortcodes, and surveys. Switch channels without switching platforms.
Send personalised campaigns to thousands in seconds. Upload contacts via CSV or Excel, create contact groups, schedule messages, and track delivery in real time.
Broadcast approved templates to opted-in customers through the official WhatsApp Business API. Send images, documents, and get read receipts.
Build interactive menu sessions that work on every phone — including feature phones with no internet. Perfect for balance checks, loan applications, voting, and surveys.
Run two-way SMS on a dedicated or shared shortcode. Route inbound messages by keyword, trigger auto-responses, and manage competitions via webhook or portal.
Polls, questionnaires, and feedback surveys over SMS and USSD. Responses stream into your dashboard in real time with full transcripts and CSV exports.
Set up messages that send themselves — fee due dates, contribution deadlines, statutory payments, plus birthday and anniversary messages that never miss a date.
One HTTP call. Plain JSON. Bearer token auth. No SDK required.
curl -X POST https://api.timisha.co.ke/v1/send/message \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"senderID": "TIMISHA",
"phone": "254712345678",
"message": "Hello from Timisha Solutions"
}'