Skip to content
Chris Caron edited this page Jul 22, 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. Gitter
  20. Google Chat
  21. Gotify
  22. Growl
  23. Guilded 📚
  24. Home Assistant
  25. IFTTT
  26. Join
  27. Kavenegar 📲
  28. KODI
  29. Kumulos
  30. LaMetric Time/Clock
  31. Line
  32. Mastodon 📚
  33. Mailgun 📚
  34. Matrix
  35. Mattermost
  36. MessageBird 📲
  37. Microsoft Teams
  38. Misskey
  39. MQTT
  40. MSG91 📲
  41. Nextcloud Messaging
  42. Nextcloud Talk
  43. Ntfy 📚
  44. Notica
  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. Pushover 📚
  59. PushSafer 📚
  60. Pushy
  61. Reddit
  62. Rocket.Chat
  63. Ryver
  64. SendGrid
  65. ServerChan
  66. SimplePush
  67. Sinch
  68. Signal (API)
  69. Slack 📚
  70. SMSEagle 📲 📚
  71. SMTP2Go 📚
  72. SparkPost 📚
  73. Spontit
  74. Streamlabs
  75. Syslog
  76. Techulus Push
  77. Telegram 📚
  78. Twilio 📲
  79. Twist
  80. Twitter 📚
  81. Voip.ms
  82. Vonage 📲
  83. XBMC
  84. Webex Teams
  85. WhatsApp
  86. 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