Skip to content
Chris Caron edited this page Jan 18, 2025 · 148 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 100+ 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. BulkSMS 📲
  8. BulkVS 📲
  9. Burst SMS 📲
  10. Chanify
  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. Jira
  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. Seven 📲
  79. Société Française du Radiotéléphone (SFR)
  80. SimplePush
  81. Sinch
  82. Signal (API)
  83. Slack 📚
  84. SMSEagle 📲 📚
  85. SMS Manager 📲
  86. SMTP2Go 📚
  87. SparkPost 📚
  88. Splunk (VictorOps) On Call
  89. Streamlabs
  90. Synology
  91. Syslog
  92. Techulus Push
  93. Telegram 📚
  94. Threema Gateway
  95. Twilio 📲
  96. Twist
  97. Twitter 📚
  98. Voip.ms
  99. Vonage 📲
  100. XBMC
  101. Webex Teams
  102. WeCom Bot
  103. WhatsApp
  104. WxPusher
  105. 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