cryingpotat0 / n8n-ntfy.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. alt ntfy sample operation

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

About

License:MIT License


Languages

Language:JavaScript 54.4%Language:TypeScript 45.6%