Me again! Hi!
I’m not sure the best way to go about this. I tend to over-complicate things!
As everyone is aware, app messages write to the FNDCN_Application_Message_TAB. For a very specific type of error, I need an email to go out and say “look at this record - it has an error”. I set up a custom API that writes those very specific messages to a new table. I can set up a scheduled task to run every hour to fill that table, and then set up an email to run when there are new records added, but that would mean getting one email per record, not per incident. One thing failing could affect dozens and dozens of records and write mass amounts of data to the table. I need a way to somehow send every message but not each in its own email.
Thoughts?