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