https://github.com/egvimo/n8n-nodes-apprise
https://github.com/egvimo/n8n-nodes-apprise
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/egvimo/n8n-nodes-apprise
- Owner: egvimo
- License: mit
- Created: 2025-09-21T18:42:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T19:38:19.000Z (4 months ago)
- Last Synced: 2026-03-02T22:21:43.298Z (4 months ago)
- Language: TypeScript
- Size: 372 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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)