Send push notifications to your phone or desktop via PUT/POST
Send push notifications to your phone or desktop via PUT/POST
ntfy$ curl -d 'Hello from ntfy' ntfy.sh/my-topic$ curl -H 'Title: Alert' -H 'Tags: warning' -d 'Server down' ntfy.sh/alerts$ curl -H 'Priority: high' -H 'Tags: alarm' -d 'Critical error' ntfy.sh/urgent