Skip to content
Chris Caron edited this page Jul 18, 2024 · 144 revisions

Introduction

Apprise lets you send notifications to a large number of support notification services. The lightweight framework can be easily integrated into an of your python applications. Or you can simply send notifications right from the command line.

It's primary design was to eliminate the inconsistencies in usage from one notification service to another. By harnessing a simple URL string, you can drive any of the 90+ supported services.

Notification Services:

All of the notification services supported by Apprise can be found in this section.

Legend

  • 📚 : Supports File Attachments
  • 📲 : SMS Based Services

Detailed instructions on how to connect your notification service(s) up with Apprise can be acquired by clicking on the appropriate link(s) below:

  1. Africas Talking
  2. Apprise API 📚
  3. Automated Packet Reporting System (APRS)
  4. AWS SES 📚
  5. AWS SNS 📲
  6. Bark
  7. Boxcar
  8. BulkSMS 📲
  9. BulkVS 📲
  10. Burst SMS 📲
  11. Chantify
  12. ClickSend 📲
  13. DAPNET
  14. DingTalk 📲
  15. Discord 📚
  16. D7 Networks 📲
  17. E-Mail 📚
  18. Emby
  19. Enigma2 Devices
  20. FCM - (Google) Firebase Cloud Messaging
  21. Feishu
  22. Flock
  23. Free-Mobile
  24. Google Chat
  25. Gotify
  26. Growl
  27. Guilded 📚
  28. Home Assistant
  29. httpSMS 📲
  30. IFTTT
  31. Join
  32. Kavenegar 📲
  33. KODI
  34. Kumulos
  35. LaMetric Time/Clock
  36. Line
  37. LunaSea
  38. Mastodon 📚
  39. Mailgun 📚
  40. Matrix 📚
  41. Mattermost
  42. MessageBird 📲
  43. Microsoft Teams
  44. Misskey
  45. MQTT
  46. MSG91 📲
  47. Nextcloud Messaging
  48. Nextcloud Talk
  49. Ntfy 📚
  50. Notica
  51. Notifiarr
  52. Notifico
  53. Office 365
  54. OneSignal
  55. Opsgenie
  56. PagerDuty
  57. Pagertree
  58. Parse Platform
  59. Popcorn Notify
  60. Prowl
  61. PushBullet 📚
  62. PushDeer
  63. Pushed
  64. Pushjet
  65. PushMe
  66. Pushover 📚
  67. PushSafer 📚
  68. Pushy
  69. Reddit
  70. Revolt
  71. Rocket.Chat
  72. RSyslog (Remote Syslog)
  73. Ryver
  74. SendGrid
  75. ServerChan
  76. Société Française du Radiotéléphone (SFR)
  77. SimplePush
  78. Sinch
  79. Signal (API)
  80. Slack 📚
  81. SMSEagle 📲 📚
  82. SMS Manager 📲
  83. SMTP2Go 📚
  84. SparkPost 📚
  85. Splunk (VictorOps) On Call
  86. Streamlabs
  87. Synology
  88. Syslog
  89. Techulus Push
  90. Telegram 📚
  91. Threema Gateway
  92. Twilio 📲
  93. Twist
  94. Twitter 📚
  95. Voip.ms
  96. Vonage 📲
  97. XBMC
  98. Webex Teams
  99. WeCom Bot
  100. WhatsApp
  101. Zulip

Custom Notification Services

The following are just some general notification services you can configure to have posted to any website of your choice. From there you can decide what actions you want to take.

  1. FORM 📚
  2. JSON 📚
  3. XML 📚

Desktop Notification Services

The following services work locally on the same PC they're ran on.

  1. Linux Notifications:
    1. Gnome
    2. Qt
    3. DBus
  2. MacOS X Notifications
  3. Windows Notifications

Configuration

Configuration can be retrieved via a flat file on your local system or from a remote server via the http(s) protocol. You can learn more about this here:

The following configuration formats are supported:

Installation

Apprise can be installed as easy as:

pip install apprise

Other

Clone this wiki locally