Package Information
Released: 2/10/2024
Downloads: 61 weekly / 336 monthly
Latest Version: 0.1.7
Author: raghav1998
Available Nodes
Documentation
n8n-nodes-ntfy.sh
This is an n8n community node. It lets you use ntfy.sh in your n8n workflows.
Installation
Operations
Compatibility
Roadmap
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Only a single operation is supported right now to send a notification.
Compatibility
Tested against 0.212.0.
Roadmap
The broad roadmap is to support all parameters in the ntfy API. Roughly the order of this will likely be:
- Click
- Actions
- Custom ntfy.sh server support
- All other params
- Better validation of correctness and error messages
- QoL improvements: allow selecting from a list of emojis
- Improve the security model for the topic name since it's effectively a secret.
- Add documentation for local development
- Add tests