Skip to content
imessageapi

iMessage for nurseries, schools and tutors

Parents need to know about closures, pickups and incidents faster than any other audience in this guide — and they will forgive almost anything except finding out late.

6 min readUpdated August 23, 2026By industry

Communication with parents is the thing settings get judged on, often more than the care itself. The pattern is consistent: parents tolerate problems and do not tolerate being informed last. Messaging is the only channel fast enough to reach a working parent during the day.

The four messages that matter

  1. Closures and delays. Snow, a burst pipe, a staffing emergency. This has to arrive before the parent leaves the house, which means it has to be a text.
  2. Pickup changes. Running late, someone different collecting, a changed room or door.
  3. Minor incident notes. A bumped head, a scraped knee. Parents want to hear it from you at 3pm, not discover it at bathtime.
  4. Term logistics. Non-uniform day, trip permission outstanding, the thing everyone forgets.
setting templates
export const setting = {
closure: (c: Ctx) =>
`${c.setting}: we're closed today (${c.reason}). ` +
`Please don't travel in. More detail by email shortly.`,
 
// Factual, calm, and never diagnostic.
incident: (c: Ctx) =>
`${c.setting}: ${c.childFirstName} had a minor bump today — ` +
`checked by staff, happy and fine. Full note at pickup.`,
 
outstanding: (c: Ctx) =>
`${c.setting}: we still need ${c.itemName} for ${c.childFirstName} ` +
`before ${c.dueDate}. ${c.link}`,
};

Never let a text be your only emergency channel

Phones are on silent, in bags, out of battery. For anything genuinely urgent, text and call, and keep a second contact for every child. A messaging system is a speed improvement on your emergency process, not a replacement for it.

Write incident notes carefully

The wording of a minor-incident text determines whether a parent spends the afternoon worried. State what happened, state that the child is fine, and say the full note is available at pickup. Never speculate about injury, never use clinical language, and never send anything about another child — no names, no 'the other child involved'.

  • Collect numbers for every person with parental responsibility, and send to all of them. 'We told mum' is not a defence.
  • Keep the list current — separations, new partners and changed numbers are constant in this sector, and a stale contact list is a safeguarding issue rather than an admin one.
  • Operational messages are expected. Fundraising and marketing are not; those need separate consent.
  • Tutors and small settings: text the parent, not the child, unless the student is an adult.

One practical note for tutors specifically: lesson reminders with a one-letter confirm cut cancellations the same way they do in any appointment business, and rescheduling by text is far less awkward for a teenager than a phone call.

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.