An open API service indexing awesome lists of open source software.

https://github.com/egvimo/n8n-nodes-apprise


https://github.com/egvimo/n8n-nodes-apprise

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# n8n-nodes-apprise

This is an n8n community node. It lets you use [Apprise](https://github.com/caronc/apprise-api) in your n8n workflows.

Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc.

[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.

[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Resources](#resources)

## Installation

Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.

## Operations

Sends notification(s) to all of the end points you've previously configured associated with a Configuration Key. Optionally notify only those tagged accordingly. Use a comma (`,`) to `OR` your tags and a space (` `) to `AND` them.

## Credentials

Basic authentication with user and password, if configured.

## Compatibility

Compatible with n8n@1.60.0 or later.

## Resources

* [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
* [Apprise API docs](https://github.com/caronc/apprise-api)