Apprise Details
The following services are supported by this Apprise instance.
To see a listing that identifies all of Apprise services available to this version (enabled or not) click here.
- chevron_rightApprise Version: 1.9.0
-
001 chevron_rightAfricas Talking
Africas Talking
-
002 chevron_rightApprise API
Apprise API
-
003 chevron_rightAprs
Aprs
-
004 chevron_rightAWS Simple Email Service (SES)
AWS Simple Email Service (SES)
-
005 chevron_rightAWS Simple Notification Service (SNS)
AWS Simple Notification Service (SNS)
-
006 chevron_rightBark
Bark
-
007 chevron_rightBoxcar
Boxcar
-
008 chevron_rightBulkSMS
BulkSMS
-
009 chevron_rightBulkVS
BulkVS
-
010 chevron_rightBurst SMS
Burst SMS
-
011 chevron_rightChantify
Chantify
-
012 chevron_rightCisco Webex Teams
Cisco Webex Teams
-
013 chevron_rightClickSend
ClickSend
-
014 chevron_rightD7 Networks
D7 Networks
-
015 chevron_rightDapnet
Dapnet
-
016 chevron_rightDingTalk
DingTalk
-
017 chevron_rightDiscord
Discord
-
018 chevron_rightE-Mail
E-Mail
-
019 chevron_rightEmby
Emby
-
020 chevron_rightEnigma2
Enigma2
-
021 chevron_rightFeishu
Feishu
-
022 chevron_rightFirebase Cloud Messaging
Firebase Cloud Messaging
-
023 chevron_rightFlock
Flock
-
024 chevron_rightForm
Form
-
025 chevron_rightFree-Mobile
Free-Mobile
-
026 chevron_rightGoogle Chat
Google Chat
-
027 chevron_rightGotify
Gotify
-
028 chevron_rightGrowl
Growl
-
029 chevron_rightGuilded
Guilded
-
030 chevron_rightHomeAssistant
HomeAssistant
-
031 chevron_righthttpSMS
httpSMS
-
032 chevron_rightIFTTT
IFTTT
-
033 chevron_rightJoin
Join
-
034 chevron_rightJSON
JSON
-
035 chevron_rightKavenegar
Kavenegar
-
036 chevron_rightKodi/XBMC
Kodi/XBMC
-
037 chevron_rightKumulos
Kumulos
-
038 chevron_rightLaMetric
LaMetric
-
039 chevron_rightLine
Line
-
040 chevron_rightLunaSea
LunaSea
-
041 chevron_rightMailgun
Mailgun
-
042 chevron_rightMastodon
Mastodon
-
043 chevron_rightMatrix
Matrix
-
044 chevron_rightMattermost
Mattermost
-
045 chevron_rightMessageBird
MessageBird
-
046 chevron_rightMisskey
Misskey
-
047 chevron_rightMQTT Notification
MQTT Notification
-
048 chevron_rightMSG91
MSG91
-
049 chevron_rightMSTeams
MSTeams
-
050 chevron_rightNextcloud
Nextcloud
-
051 chevron_rightNextcloud Talk
Nextcloud Talk
-
052 chevron_rightNotica
Notica
-
053 chevron_rightNotifiarr
Notifiarr
-
054 chevron_rightNotifico
Notifico
-
055 chevron_rightntfy
ntfy
-
056 chevron_rightOffice 365
Office 365
-
057 chevron_rightOneSignal
OneSignal
-
058 chevron_rightOpsgenie
Opsgenie
-
059 chevron_rightPager Duty
Pager Duty
-
060 chevron_rightPagerTree
PagerTree
-
061 chevron_rightParse Platform
Parse Platform
-
062 chevron_rightPopcornNotify
PopcornNotify
-
063 chevron_rightPower Automate / Workflows (for MSTeams)
Power Automate / Workflows (for MSTeams)
-
064 chevron_rightProwl
Prowl
-
065 chevron_rightPushbullet
Pushbullet
-
066 chevron_rightPushDeer
PushDeer
-
067 chevron_rightPushed
Pushed
-
068 chevron_rightPushjet
Pushjet
-
069 chevron_rightPushMe
PushMe
-
070 chevron_rightPushover
Pushover
-
071 chevron_rightPushsafer
Pushsafer
-
072 chevron_rightPushy
Pushy
-
073 chevron_rightReddit
Reddit
-
074 chevron_rightRemote Syslog
Remote Syslog
-
075 chevron_rightRevolt
Revolt
-
076 chevron_rightRocket.Chat
Rocket.Chat
-
077 chevron_rightRyver
Ryver
-
078 chevron_rightSendGrid
SendGrid
-
079 chevron_rightServerChan
ServerChan
-
080 chevron_rightSignal API
Signal API
-
081 chevron_rightSimplePush
SimplePush
-
082 chevron_rightSinch
Sinch
-
083 chevron_rightSlack
Slack
-
084 chevron_rightSMS Eagle
SMS Eagle
-
085 chevron_rightSMS Manager
SMS Manager
-
086 chevron_rightSMTP2Go
SMTP2Go
-
087 chevron_rightSociété Française du Radiotéléphone
Société Française du Radiotéléphone
-
088 chevron_rightSparkPost
SparkPost
-
089 chevron_rightSplunk On-Call
Splunk On-Call
-
090 chevron_rightStreamlabs
Streamlabs
-
091 chevron_rightSynology Chat
Synology Chat
-
092 chevron_rightTechulus Push
Techulus Push
-
093 chevron_rightTelegram
Telegram
-
094 chevron_rightThreema Gateway
Threema Gateway
-
095 chevron_rightTwilio
Twilio
-
096 chevron_rightTwist
Twist
-
097 chevron_rightTwitter
Twitter
-
098 chevron_rightVoIPms
VoIPms
-
099 chevron_rightVonage
Vonage
-
100 chevron_rightWeCom Bot
WeCom Bot
-
101 chevron_rightWhatsApp
WhatsApp
-
102 chevron_rightWxPusher
WxPusher
-
103 chevron_rightXML
XML
-
104 chevron_rightZulip
Zulip
API Endpoints
Developers who wish to receive this result set in a JSON parseable string for their application can perform the following to achive this:
-
codeCurl Example
#Retrieve JSON Formatted Apprise Details
curl -H "Accept: application/json" \
"http://185.144.156.246:8010/details/" -
codePython Example
import json
from urllib.request import Request
# The URL
req = Request(
"http://185.144.156.246:8010/details/",
json.dumps(payload).encode('utf-8'),
{"Accept": "application/json"},
method='GET',
) -
codePHP Example
<?php
// The URL
$url = 'http://185.144.156.246:8010/details/';
//Initiate cURL.
$ch = curl_init($url);
//Set the content type to application/json
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept: application/json'));
//Execute the request
$result = curl_exec($ch);
More details on the JSON format can be found here.