This is an n8n community node. It lets you use Apprise in your n8n workflows.
Apprise is a service that let's you send push notifications to just about every platform!
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
This Apprise node allows you to send notifications via:
- A
urls
parameter - A configuration key
- With optional tags
A simple Apprise credentials is needed for specifying the domain of the Apprise API instance. No username or password are necessary.
Tested against n8n v 0.191.0.
Given an Apprise API instance (configured through credentials), you are able to send out notifications to any Apprise-supported service. See documentation here for how to connect to different services.
v0.1.0
Initial release!
Supports sending notifications via an Apprise API instance leveraging either a urls
parameter or a configure key with optional tags.