0.1.0 • Published 2 years ago

n8n-nodes-apprise v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

n8n-nodes-apprise

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

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This Apprise node allows you to send notifications via:

  • A urls parameter
  • A configuration key
    • With optional tags

Credentials

A simple Apprise credentials is needed for specifying the domain of the Apprise API instance. No username or password are necessary.

Compatibility

Tested against n8n v 0.191.0.

Usage

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.

Resources

Version history

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.