Notifier
Notifier provides a framework for sending messages to recipients, abstracting away the delivery method whether it's email, SMS, or chat. This allows you to send messages to any entity without needing to know the specific channel or recipient details.
Notifier is an implementation of Symfony Notifier for Drupal.
Notifier provides a framework for sending messages. A message is constructed and sent to a recipient, while details the message are abstracted away. Such as whether it will be delivered as a email, or SMS, chat message, and how, such as API and recipient details (phone number, email address).
In the Drupal context, you can send a message to a user (or any entity) without specifically needing to know which channel a message will be sent in.
Previous v1 and v2 series of the project were for Drupal 6, and served a different purpose than the current modern iteration.
Channels
- Email —dispatches email via Symfony Mailer. Symfony mailer itself provides support for many types of solutions and services
- Chat — provides a channel for chat-ish messages, even for those which you wouldn't initially associate with the term "chat".
- SMS — is implemented by SMS Framework, used to send SMS messages to phones.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 3.0.0-alpha6 | Pre-release | 10–11 | Channel policy and channel routing minor updates. May be breaking if channel policy parameter was customized. | Apr 6, 2025 | |
| 3.0.0-alpha5 | Pre-release | 10–11 | Query and recipient improvements. | Mar 10, 2025 | |
| 3.0.0-alpha4 | Pre-release | 10–11 | Added sender service | Mar 9, 2025 | |
| 3.0.0-alpha3 | Pre-release | 10–11 | Recipient producer and channel routing. | Mar 3, 2025 | |
| 6.x-2.x-dev | Dev | Jan 26, 2025 | |||
| 3.0.0-alpha2 | Pre-release | 10–11 | Support 10.3 and above | Jan 26, 2025 | |
| 3.0.0-alpha1 | Pre-release | 11 | Initial features | Jan 26, 2025 | |
| 3.x-dev | Dev | 10–11 | Notifier for Drupal 10/11 | Jan 26, 2025 |