Skip to content
imessageapi

iMessage for medical and dental practices

Reminders cut no-shows harder here than anywhere else. They also touch health information, which changes what you are allowed to put in the bubble.

8 min readUpdated August 23, 2026By industry

A missed dental appointment is an hour of chair time, a hygienist you are paying, and a patient whose treatment slips. Practices routinely run no-show rates in the teens, and reminders are the cheapest fix available. The complication is that you are messaging about health, and that pulls in rules most small businesses never have to think about.

This is not legal or compliance advice

Healthcare messaging rules are jurisdiction-specific and fact-specific. What follows is the operational shape so you know what to ask your compliance advisor. Do not treat any of it as a green light.

The rule that shapes every template

Keep protected health information out of the message body. A text can say who you are, when the appointment is, and how to change it. It should not say what the appointment is for. 'Your appointment with Dr. Patel on Thursday at 2pm' is fine. 'Your root canal follow-up' is a detail visible on a lock screen in a waiting room, a shared kitchen, or a partner's hands.

Safe in the bubble

  • Practice name
  • Date and time
  • Provider name, generally
  • A link to a portal that requires login
  • A phone number to call

Keep out of the bubble

  • Procedure or diagnosis
  • Test or lab results
  • Medication names
  • Anything implying a condition
  • Billing detail beyond an amount
practice templates
export const practice = {
reminder: (c: Ctx) =>
`${c.practice}: appointment with ${c.provider} on ${c.dayDate} ` +
`at ${c.time}. Reply C to confirm or call ${c.phone} to change it.`,
 
// Detail lives behind authentication, never in the message.
resultsReady: (c: Ctx) =>
`${c.practice}: there's an update in your patient portal. ` +
`Sign in to view: ${c.portalLink}`,
 
formsNeeded: (c: Ctx) =>
`${c.practice}: please complete your forms before ${c.dayDate} ` +
`so we can start on time: ${c.formsLink}`,
};

Appointment reminders are generally treated as part of treatment and operations rather than marketing, which is why practices can send them. That latitude does not extend to promotions. A whitening special, a new-service announcement, or a membership plan pitch is marketing and needs the full marketing consent — see consent.

Give patients a documented way to opt out of texts specifically without opting out of being contacted at all. Someone who does not want texts still needs to hear from you about a rescheduled surgery.

Ask every vendor these three questions

  1. Will you sign a business associate agreement? If a vendor handles anything that could constitute protected health information, you need one. Several messaging vendors will not sign, and that is a hard stop.
  2. Where is message content stored, for how long, and can we set the retention? See data retention.
  3. Who at your company can read our message content? Ask directly and get the answer in writing.

The forms reminder is the underrated one

Patients arriving with paperwork already done shortens every appointment in the day, not just theirs. A link sent two days out gets far better completion than a clipboard at the door, and it contains no clinical detail at all.

Start with reminders and confirmations only. Measure your no-show rate for eight weeks before and after — for most practices the recovered chair time pays for the channel several times over. How to run that calculation.

Next step

Browse the other industry playbooks, compare the services that can send this on the providers page, or tag your links with the UTM builder.