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