Transactional Messaging

Decide which service messages a person gets about something they set in motion (an order, a booking, a payment, an account request), what triggers each one, what it has to contain, how fast and through which channel it has to arrive, what it may carry besides, and how to tell whether the set does its job. Use when people keep asking support where their order is, when a delay notice arrives after the promised date, when a sign-in code arrives after the person gave up, when somebody wants a cross-sell block in the order confirmation, or when service messages are judged on revenue. Covers the service register and status map, the four kinds (access, confirmation, progress, exception), promise timers, the content contract, channels and failover by kind, and testing without withholding required messages. Not the trigger machinery of marketing flows, not the cap, not the sending identity, not the review request, not the order handling process itself.

808enzo Updated

File contents

808enzo/chappie/tree/main/skills/transactional-messaging commit 736d4321ef

Frequently asked questions

npx skillmds@latest add 808enzo/transactional-messaging