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.6.0
- 
          001 chevron_rightAWS Simple Email Service (SES)AWS Simple Email Service (SES)
 
- 
          002 chevron_rightAWS Simple Notification Service (SNS)AWS Simple Notification Service (SNS)
 
- 
          003 chevron_rightApprise APIApprise API
 
- 
          004 chevron_rightBarkBark
 
- 
          005 chevron_rightBoxcarBoxcar
 
- 
          006 chevron_rightBulkSMSBulkSMS
 
- 
          007 chevron_rightBurst SMSBurst SMS
 
- 
          008 chevron_rightCisco Webex TeamsCisco Webex Teams
 
- 
          009 chevron_rightClickSendClickSend
 
- 
          010 chevron_rightD7 NetworksD7 Networks
 
- 
          011 chevron_rightDapnetDapnet
 
- 
          012 chevron_rightDingTalkDingTalk
 
- 
          013 chevron_rightDiscordDiscord
 
- 
          014 chevron_rightE-MailE-Mail
 
- 
          015 chevron_rightEmbyEmby
 
- 
          016 chevron_rightEnigma2Enigma2
 
- 
          017 chevron_rightFaastFaast
 
- 
          018 chevron_rightFirebase Cloud MessagingFirebase Cloud Messaging
 
- 
          019 chevron_rightFlockFlock
 
- 
          020 chevron_rightFormForm
 
- 
          021 chevron_rightGoogle ChatGoogle Chat
 
- 
          022 chevron_rightGotifyGotify
 
- 
          023 chevron_rightGrowlGrowl
 
- 
          024 chevron_rightGuildedGuilded
 
- 
          025 chevron_rightHomeAssistantHomeAssistant
 
- 
          026 chevron_rightIFTTTIFTTT
 
- 
          027 chevron_rightJSONJSON
 
- 
          028 chevron_rightJoinJoin
 
- 
          029 chevron_rightKavenegarKavenegar
 
- 
          030 chevron_rightKodi/XBMCKodi/XBMC
 
- 
          031 chevron_rightKumulosKumulos
 
- 
          032 chevron_rightLaMetricLaMetric
 
- 
          033 chevron_rightLineLine
 
- 
          034 chevron_rightMQTT NotificationMQTT Notification
 
- 
          035 chevron_rightMSG91MSG91
 
- 
          036 chevron_rightMSTeamsMSTeams
 
- 
          037 chevron_rightMailgunMailgun
 
- 
          038 chevron_rightMastodonMastodon
 
- 
          039 chevron_rightMatrixMatrix
 
- 
          040 chevron_rightMattermostMattermost
 
- 
          041 chevron_rightMessageBirdMessageBird
 
- 
          042 chevron_rightMisskeyMisskey
 
- 
          043 chevron_rightNextcloudNextcloud
 
- 
          044 chevron_rightNextcloud TalkNextcloud Talk
 
- 
          045 chevron_rightNoticaNotica
 
- 
          046 chevron_rightNotifiarrNotifiarr
 
- 
          047 chevron_rightNotificoNotifico
 
- 
          048 chevron_rightOffice 365Office 365
 
- 
          049 chevron_rightOneSignalOneSignal
 
- 
          050 chevron_rightOpsgenieOpsgenie
 
- 
          051 chevron_rightPager DutyPager Duty
 
- 
          052 chevron_rightPagerTreePagerTree
 
- 
          053 chevron_rightParse PlatformParse Platform
 
- 
          054 chevron_rightPopcornNotifyPopcornNotify
 
- 
          055 chevron_rightProwlProwl
 
- 
          056 chevron_rightPushDeerPushDeer
 
- 
          057 chevron_rightPushMePushMe
 
- 
          058 chevron_rightPushbulletPushbullet
 
- 
          059 chevron_rightPushedPushed
 
- 
          060 chevron_rightPushjetPushjet
 
- 
          061 chevron_rightPushoverPushover
 
- 
          062 chevron_rightPushsaferPushsafer
 
- 
          063 chevron_rightPushyPushy
 
- 
          064 chevron_rightRedditReddit
 
- 
          065 chevron_rightRemote SyslogRemote Syslog
 
- 
          066 chevron_rightRocket.ChatRocket.Chat
 
- 
          067 chevron_rightRyverRyver
 
- 
          068 chevron_rightSMS EagleSMS Eagle
 
- 
          069 chevron_rightSMTP2GoSMTP2Go
 
- 
          070 chevron_rightSendGridSendGrid
 
- 
          071 chevron_rightServerChanServerChan
 
- 
          072 chevron_rightSignal APISignal API
 
- 
          073 chevron_rightSimplePushSimplePush
 
- 
          074 chevron_rightSinchSinch
 
- 
          075 chevron_rightSlackSlack
 
- 
          076 chevron_rightSparkPostSparkPost
 
- 
          077 chevron_rightSpontitSpontit
 
- 
          078 chevron_rightStreamlabsStreamlabs
 
- 
          079 chevron_rightTechulus PushTechulus Push
 
- 
          080 chevron_rightTelegramTelegram
 
- 
          081 chevron_rightTwilioTwilio
 
- 
          082 chevron_rightTwistTwist
 
- 
          083 chevron_rightTwitterTwitter
 
- 
          084 chevron_rightVoIPmsVoIPms
 
- 
          085 chevron_rightVonageVonage
 
- 
          086 chevron_rightWhatsAppWhatsApp
 
- 
          087 chevron_rightXMLXML
 
- 
          088 chevron_rightZulipZulip
 
- 
          089 chevron_rightntfyntfy
 
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://apprise.drip.haus/details/"
- 
        codePython Exampleimport json
 from urllib.request import Request
 
 # The URL
 req = Request(
 "http://apprise.drip.haus/details/",
 json.dumps(payload).encode('utf-8'),
 {"Accept": "application/json"},
 method='GET',
 )
- 
        codePHP Example<?php
 
 // The URL
 $url = 'http://apprise.drip.haus/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.
