@baris said in filter:messaging.notify issue:
That is a filter hook so you need to return the data from it.
myPlugin.filterMessagingNotify = async (hookData) => { // do something with hookData return hookData; };
That's brilliant @baris thanks for your help once again!