Skip to content

Commit ae97072

Browse files
committed
Documentation: Emphasize integration with Apprise
1 parent cd3a475 commit ae97072

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

HANDBOOK.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,24 @@ Requires [PyAPNs](https://github.com/djacobs/PyAPNs)
534534
535535
### `apprise_about`
536536
537-
The `apprise_single` and `apprise_multi` service plugins interact with the [Apprise]
538-
Python module, which in turn can talk to a plethora of popular notification services.
539-
540-
[Apprise Notification Services] has a complete list of notification services supported
541-
by Apprise.
537+
The `apprise_single` and `apprise_multi` service plugins interact with the
538+
[Apprise] Python library, which in turn can talk to a plethora of popular
539+
notification services:
540+
541+
Apprise API, AWS SES, AWS SNS, Bark, BulkSMS, Boxcar, ClickSend, DAPNET,
542+
DingTalk, Discord, E-Mail, Emby, Faast, FCM, Flock, Gitter, Google Chat,
543+
Gotify, Growl, Guilded, Home Assistant, IFTTT, Join, Kavenegar, KODI, Kumulos,
544+
LaMetric, Line, MacOSX, Mailgun, Mattermost, Matrix, Microsoft Windows,
545+
Mastodon, Microsoft Teams, MessageBird, MQTT, MSG91, MyAndroid, Nexmo,
546+
Nextcloud, NextcloudTalk, Notica, Notifico, ntfy, Office365, OneSignal,
547+
Opsgenie, PagerDuty, ParsePlatform, PopcornNotify, Prowl, Pushalot, PushBullet,
548+
Pushjet, Pushover, PushSafer, Reddit, Rocket.Chat, SendGrid, ServerChan, Signal,
549+
SimplePush, Sinch, Slack, SMSEagle, SMTP2Go, Spontit, SparkPost, Super Toasty,
550+
Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
551+
XBMC, Vonage, Webex Teams.
552+
553+
[Apprise Notification Services] has a complete list and documentation of the
554+
80+ notification services supported by Apprise.
542555
543556
Notification services are addressed by URL, see [Apprise URL Basics].
544557
Please consult the Apprise documentation about more details.

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,25 @@ Description
4949
payloads to one or more notification services after optionally applying
5050
sophisticated transformations.
5151

52-
It comes with over **70 notification handler plugins** for a wide
53-
range of notification services and is very open to further contributions.
54-
You can enjoy the alphabetical list of plugins within the handbook_services_.
55-
5652
A picture says a thousand words.
5753

5854
.. image:: https://raw.githubusercontent.com/jpmens/mqttwarn/main/assets/mqttwarn.png
5955
:target: #
6056

6157

58+
Coverage
59+
========
60+
61+
*mqttwarn* comes with **over 70 notification handler plugins** for a wide
62+
range of notification services and is very open to further contributions.
63+
You can enjoy the alphabetical list of plugins at `mqttwarn notification
64+
services`_.
65+
66+
On top of that, it integrates with the excellent `Apprise`_ notification
67+
library. `Apprise notification services`_ has a complete list of the **80+
68+
notification services** supported by Apprise.
69+
70+
6271
Details
6372
=======
6473

0 commit comments

Comments
 (0)