Relayion
← Use cases
Education

School & parent notifications

Schools need to reach parents quickly when it matters. Email goes unread for hours. Push notifications require an app the parent may not have installed. SMS arrives on any phone, instantly, from a number parents can recognise as the school.

SMS · OUTBOUND
[St. Andrew's] Reminder: Parent-teacher day is this Friday at 3pm. Reply C to confirm.
↩ C · confirmed

A school's front office already has a phone. Parents may have called it before. Relayion connects that number to your school management system so attendance alerts, exam reminders, and event notices go out programmatically rather than being typed one at a time by office staff.

When a student is marked absent, your system sends an outbound message with the parent's number and the alert text. The message arrives from the school's own number. The parent can reply with context (a doctor's appointment, a travel day) and the reply routes back to your webhook where your system can log it or escalate to staff.

The same pattern works for event confirmations. Send a reminder with a reply instruction and let parents respond with a single character. Confirmations arrive at your webhook and update the RSVP count automatically without manual follow-up calls.

Because the number stays the same year after year, parents learn to act on it. An SMS from the school's number carries more weight than a message from an unfamiliar short code or a notifications address they do not recognise.

Send a parent notification
POST /api/v1/outbound HTTP/1.1
Authorization: Bearer rlyn_bfb4d3c9…
{
"recipientNumber": "+1 650 555 0133",
"body": "[St. Andrew's] Lucas was marked absent today.
If this is expected, reply OK. Otherwise call the office."
}
// Parent replies, arrives at your webhook
{ "event": "inbound.received", "data": { "body": "OK - doctor appt" } }
More use cases

Ready to connect your first device?

Free plan. One device, 500 messages per month. No credit card required.

Get started free →Read the docs