Node red - send notifications to Andriod Phone App

I cant seem to get the notification to my phone application (android) working can someone show an example?

Hi, here is an example I used for my notifications (you have to have the mobile companion app installed and granted to send notifications):

[{"id":"8a8adcca.d9551","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"772626ca.9dbf38","type":"api-call-service","z":"8a8adcca.d9551","name":"","server":"d86c8a3e.cc7138","version":1,"debugenabled":false,"service_domain":"notify","service":"mobile_app_oneplus_6","entityId":"","data":"{\"message\":\"This is a notification\",\"title\":\"home ass\"}","dataType":"json","mergecontext":"","output_location":"payload","output_location_type":"msg","mustacheAltTags":false,"x":260,"y":160,"wires":[[]]},{"id":"d86c8a3e.cc7138","type":"server","name":"Home Assistant (Proxmox)","legacy":false,"addon":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
1 Like

Hi Fabio, thanks so much, it worked great. I know understand how to use the module.

Mike