Schema
Last updated
Last updated
The notification module works based on events. If you want to send notifications through another module, you just have to call the main sendNotifications
function and send the parameters that that function requires.
All the notification information (channels through which the notification is sent, channel template, etc.) has been previously configured in our database. All this information is identified through the event
parameter that the main sendNotifications
function receives.