Unless this is a feature that could be added reasonable simply, I'm contemplating writing a small tool/add-on in python to do this.
Toying with the idea of a small Pi with a 7" Display as a desk ornament that shows activity and alerts of beacons of interest, plus configurable Email Alerts.
Took a quick peek at the DB - cqframe seems to be the table of interest. (and vmail if I want to extend the alerts to incoming Vmails)
Can I add a Trigger to the DB? or would I need to repetitively read the tables to spot changes?
Besides DB Triggers, I could also monitor the logfile(s) for changes as an alternative, but interfacing with the DB seems cleaner.
Any suggestions?
Thanks,
Marcel