This is an n8n community node. It lets you use ntfy.sh in your n8n workflows.
Installation
Operations
Compatibility
Roadmap
Resources
Follow the installation guide in the n8n community nodes documentation.
Only a single operation is supported right now to send a notification.
Tested against 0.212.0.
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