How do I send a notification using Ntfy?
Notifications are sent by making a simple HTTP PUT or POST request to a specific topic URL, for example, curl -d "Backup successful" ntfy.sh/mytopic.
Can I receive Ntfy notifications on my computer?
Yes, you can use the Ntfy web application to subscribe to topics, and notifications will appear as desktop pop-ups in your browser.
What kind of customizations are available for notifications?
Ntfy allows you to define notification priorities (which affect sounds and vibration patterns), include action buttons for direct interaction, and add tags and emojis for personalization and classification.
Is it possible to send files with Ntfy notifications?
Yes, Ntfy supports attachments, enabling you to send images, videos, and other files directly to your phone or computer as part of a notification.
What is the difference between using Ntfy for free and purchasing a paid plan?
The free tier allows sending notifications without sign-up, where the topic name acts as a password. Paid plans offer features like reserved topic names, higher daily message limits, larger attachment sizes, and additional notification channels like phone calls and emails.
Can Ntfy be integrated with other tools and services?
Since publishing messages is done via standard HTTP requests, Ntfy can integrate with almost any tool or script that can make web requests, including cronjobs, CI/CD pipelines, and monitoring services like changedetection.io and healthchecks.io.