More about notify

In the other articles, we read about the notify module, its utility, and its offerings. We also understood how to use the notify module to add new notification modules and new notification channels and how to send notifications on different channels using the notify module. If you have not gone through those articles, head to […]

Read More

Notify module usage for module authors

NotifyModule In this article, we will understand how to use Notify module end to end to add new notifications to modules and send notifications from those modules. Module authors have a greater responsibility for processing notifications from the system. Therefore they need to make many decisions and provide the required information to notify the module. […]

Read More

Notify module usage for channel authors

In this article, we will understand how to use Notify module end to end to add new channels to send notifications to channels. Add new channels NotifyChannel Notify module provides a NotifyChannel facade to add new channels in the system. Developers can use the methods offered by the NotifyChannel facade to add new channels to […]

Read More

Introduction to Notify Module

Notify Module Introduction Notify module is a core system module that handles all processes required for sending notifications from the system. Before we dig into Notify module, let’s define a few critical terms we will use throughout the documentation. Module: Any entity in the system which may request to send notifications to users on different […]

Read More