I currently have an endpoint I am working on that sends a Global alert to all users by enumerating all users and creating 1 alert for every specific user. I was wondering, does SuiteCRM already have a BUILT IN method that would allow me to create a Global, Group, or Role type of Alert Notification from my endpoint or logic hook?
Something that lets you set the type of alert you want to send like user, global, group, or role then pass the corresponding ID(none for global) of the target type?
I was just wondering before I go and create the functionality myself.
Thanks guys.