binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
17.77k stars 691 forks source link

sending messages with new line #517

Closed redcat42 closed 1 year ago

redcat42 commented 1 year ago

.

binwiederhier commented 1 year ago

https://docs.ntfy.sh/publish/ -- the third example with the dog:

curl -d "There's someone at the door. 🐶

Pease check if it's a good boy or a hooman. 
Doggies have been known to ring the doorbell." \
  ntfy.sh/mydoorbell

or

echo -e "hi\nthere" | curl -T- ntfy.sh/mydoorbell
redcat42 commented 1 year ago

.

redcat42 commented 1 year ago

.