Skip to content
Chris Caron edited this page Sep 14, 2024 · 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. 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 Power Automate / Workflow (MSTeams)
  44. Microsoft Teams
  45. Misskey
  46. MQTT
  47. MSG91 📲
  48. Nextcloud Messaging
  49. Nextcloud Talk
  50. Ntfy 📚
  51. Notica
  52. Notifiarr
  53. Notifico
  54. Office 365
  55. OneSignal
  56. Opsgenie
  57. PagerDuty
  58. Pagertree
  59. Parse Platform
  60. Plivo 📲
  61. Popcorn Notify
  62. Prowl
  63. PushBullet 📚
  64. PushDeer
  65. Pushed
  66. Pushjet
  67. PushMe
  68. Pushover 📚
  69. PushSafer 📚
  70. Pushy
  71. Reddit
  72. Revolt
  73. Rocket.Chat
  74. RSyslog (Remote Syslog)
  75. Ryver
  76. SendGrid 📚
  77. ServerChan
  78. Société Française du Radiotéléphone (SFR)
  79. SimplePush
  80. Sinch
  81. Signal (API)
  82. Slack 📚
  83. SMSEagle 📲 📚
  84. SMS Manager 📲
  85. SMTP2Go 📚
  86. SparkPost 📚
  87. Splunk (VictorOps) On Call
  88. Streamlabs
  89. Synology
  90. Syslog
  91. Techulus Push
  92. Telegram 📚
  93. Threema Gateway
  94. Twilio 📲
  95. Twist
  96. Twitter 📚
  97. Voip.ms
  98. Vonage 📲
  99. XBMC
  100. Webex Teams
  101. WeCom Bot
  102. WhatsApp
  103. WxPusher
  104. 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