Appointment reminders
Send Reminders That Actually Get Read.
Studies on SMS appointment reminders show a weighted average reduction in no-shows of about a third versus no reminder at all. TexMax sends them through a phone you already own.
Why it works
The Research Behind Why SMS Beats A Phone Call.
A systematic review of reminder studies found patient reminders improved attendance in 28 of 29 studies, with a weighted mean relative reduction in no-shows of 34% from baseline. Individual studies show the same pattern: one pediatric clinic trial cut no-shows from 38.1% to 23.5%, and a hospital study in India saw on-time arrival jump from 35.5% to 79.2% after adding SMS reminders. Text messaging has become the default method for exactly this reason: people read a text in seconds, and don't have to answer a call from an unknown number.
How it fits
Underneath The Booking System You Already Run.
Your booking software calls one API when it's time to remind someone. Nothing about how staff book appointments changes.
The API
One Template, Filled In Per Patient.
Save the reminder wording once with placeholders, then send it with each patient's real details. See the full API and gateway details.
curl -X POST https://api.texmax.app/messages/send-template \
-H "Authorization: Bearer tmx_your_api_key" \
-d '{
"deviceId": "8jr3ewqh55y7gyj3e0w0stw5",
"address": "+15551234567",
"templateId": "tpl_9k2j",
"variables": { "name": "Sarah", "time": "3:30 PM" }
}'
Confirmations, automatically
A Reply Can Confirm Or Cancel Itself.
No extra step for staff. The reply lands in your system through a webhook the moment it arrives.
Appointment platform
Confirmation replies
Questions worth answering upfront.
Your phone. Your SIM. One API.
Start Cutting No-Shows This Week.
Pair a phone and send a real test reminder in minutes.