Any idea of how to make my site show the global message only on newsletter events?
subscribe events, the rest of the messages like add to cart I don't want to show...
Hello @naftalayevf014
I guess you can change the functions of :
vendor/magento/framework/Message/Manager.php
and then you can create a different success message for newsletter functionality.
Hope you got the idea !