Notifying your users at the right time with the right message can make all the difference for the user experience. Dreamlit makes this easy.

User auth emails

Pro tip: Rethink scheduled notifications as transactionalSkip cron jobs that wake up, query, and send on a schedule. Model them as transactional workflows with a wait step—easier to reason about and test, with reliable timing handled by Dreamlit.Here are two common patterns:

Invitation follow-up notifications

Why this works: Simple, testable workflows—Dreamlit handles scheduling and delivery.