RED.notify from node backend

Hello,

How can I use RED.notify from the backend of a node (for example for showing an information when a certain message arrives at the node)? I managed to use that call only from the frontend.

Thank you,
Catalin

You cannot call red.notify from the backend.

The only things your node can do to trigger something in the UI is to call node.status, node.warn and node.error.

I'm sure I answered this exact question very recently somewhere.