Apprise
Info
Apprise allows you to send notifications from Notifiarr to hundreds of notification services. This page covers how Apprise connects to Notifiarr — for the full list of Apprise notification services, see appriseit.com.
How It Works
Apprise can send notifications to Notifiarr using the Notifiarr notification service plugin. This lets you route alerts from any Apprise-compatible source into your Notifiarr Discord channels.
For full setup instructions, see Apprise's Notifiarr documentation.
URL Format
notifiarr://{api_key}/{channel_id}
notifiarr://{api_key}/{channel1_id}/{channel2_id}/{channelN_id}
Requirements
| Parameter | Required | Description |
|---|---|---|
api_key |
Yes | Your Notifiarr API key — either a global key or an integration-specific key. An Apprise integration key generated on your Notifiarr profile page is recommended. |
channel_id |
Yes | Numeric Discord channel ID (enable Developer Mode in Discord to find this) |
Optional Parameters
| Parameter | Description |
|---|---|
source / from |
Label describing the notification origin |
event |
Existing event ID to update instead of creating a new notification |
Warning
As of this writing, the upstream Apprise webhook to Notifiarr only supports one user/role mention per payload.