Studios lose students at exactly two moments: the end of a term, and the week after a student misses two classes in a row. Both are predictable, and both are fixable with one message sent at the right time.
Catch the two-absence drift
A student who misses two consecutive classes is far more likely to stop entirely than one who missed one. Not because of the classes — because the habit broke and coming back now feels awkward.
export const retention = { // Sent after the second miss, not the fifth. missed: (c: Ctx) => `${c.studio}: we've missed ${c.student} the last couple of weeks. ` + `Everything alright? ${c.instructor} is doing ${c.currentTopic} ` + `this week — easy one to come back on.`, reEnrol: (c: Ctx) => `${c.studio}: next term starts ${c.startDate}. ` + `${c.student}'s spot in ${c.className} is held until ${c.holdDate}. ` + `Reply YES to keep it: ${c.link}`, grading: (c: Ctx) => `${c.studio}: ${c.instructor} thinks ${c.student} is ready to grade ` + `for ${c.nextBelt} on ${c.gradingDate}. Fee is ${c.fee}. ` + `Reply YES and we'll put them forward.`,};'Easy one to come back on' does the real work
The barrier to returning is embarrassment about having been away, not the class itself. Naming something specific and approachable this week gives the parent a reason to come back that is not an apology.
Gradings and shows need long lead times
Anything involving a costume, a fee, a parent taking a day off, or a hall booking needs weeks of notice and at least two reminders. This is the one place in the studio calendar where under-communicating reliably costs you money.
- Announce early, with the date and the cost in the first message. Surprise fees are the main source of complaint.
- Say exactly what is needed — kit, costume, uniform, arrival time. Parents will ask otherwise, individually, one at a time.
- Remind at a week and again the day before.
- Send photos afterwards. Grading and show photos are the strongest re-enrolment argument you will ever have, and parents share them widely.
Consent and safeguarding rules for messaging about minors apply throughout — see childcare and schools.
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.