Send notification by mail

hello,
I use postman (newman) on my qnap NAS. I would like to be notified when there is an error while running my collection.

I tried to use the google gmail api but I couldn’t automate the update of the authentication token.

Another solution is to use the notification center of my NAS, you have to execute a command via a command terminal (/sbin/log_tool -a “WARNING: Example script x completed.” -t 1) but I don’t know how to do it via Postman.

Do you have a simple free idea to receive a notification with Postman (by mail, sms, …)?

Hi could you add more information on qnap nas , is it the OS.Also Screenshot of how you are running the collection , etc .

Hello,
finally I opted for the use of slack notification. it’s simple to implement by API command.
thank