Notifications #142

Open
opened 2025-12-04 11:29:39 +01:00 by vollstock · 1 comment
Owner

Read

https://laravel.com/docs/12.x/notifications

Channels

  • Browser / OS
  • Dashboard
  • Notification popover in sidebar
  • E-Mail
  • Matrix (if a decent library is available)

Different use cases could have different notification channels.

Example use case 1: Remind user of akquisition

  1. Suggest something on the dashboard.
  2. Only if the user hasn't logged in for some time write an e-mail

Example use case 2: An invoice is due

  1. Write an e-mail on day 1
  2. Write another e-mail after each week, the status hasn’t changed
  3. If a reminder has been sent, send another notification once the deadline has passed
# Read https://laravel.com/docs/12.x/notifications # Channels - Browser / OS - Dashboard - Notification popover in sidebar - E-Mail - Matrix (if a decent library is available) Different use cases could have different notification channels. ## Example use case 1: Remind user of akquisition 1. Suggest something on the dashboard. 2. Only if the user hasn't logged in for some time write an e-mail ## Example use case 2: An invoice is due 1. Write an e-mail on day 1 2. Write another e-mail after each week, the status hasn’t changed 3. If a reminder has been sent, send another notification once the deadline has passed
vollstock added this to the 2.0 milestone 2025-12-04 11:29:39 +01:00
vollstock added the DesignFeature labels 2025-12-04 11:29:39 +01:00
Author
Owner
[Laravel Documentation on Notifications](https://laravel.com/docs/12.x/notifications#mail-notifications)
vollstock added this to the 2.0 AI Asisstance project 2025-12-04 14:23:48 +01:00
vollstock modified the milestone from 2.0 to 1.0 2026-01-20 13:22:08 +01:00
vollstock modified the project from 2.0 AI Asisstance to 1.0 Accounting and CRM 2026-01-20 13:22:11 +01:00
Sign in to join this conversation.