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