Notification Module
Implementation
Send a notification to Tenant
//id = organizationId
sendInternalNotification(id, `You have a new message in your ticket #${ticket.id}`
);
Send a notification to SuperAdmin
notifyToSuperAdmin(`New Invoice paid, # ${invoice.id}"`);
ℹ️
If you have the telegram notification module activated, the notification will be sent to the telegram group that you configure as super admin