Hi, is there a way to get a MySQL trigger to trigger an event in NodeRed?
An application could for instance be to check for new records inserted, from outside of nodered.
One way I can think - is to have a query in NodeRed that checks - every 5 min, for new records.
But is there any other way, to trigger it from a MySQL trigger itself?