diff --git a/API.md b/API.md index 1895f99a..3e2465a8 100644 --- a/API.md +++ b/API.md @@ -1696,6 +1696,24 @@ Send a notification using PlexPy. ``` Required parameters: agent_id(str): The id of the notification agent to use + 9 # Boxcar2 + 17 # Browser + 10 # Email + 16 # Facebook + 0 # Growl + 12 # IFTTT + 18 # Join + 4 # NotifyMyAndroid + 3 # Plex Home Theater + 1 # Prowl + 5 # Pushalot + 6 # Pushbullet + 7 # Pushover + 15 # Scripts + 14 # Slack + 13 # Telegram + 11 # Twitter + 2 # XBMC subject(str): The subject of the message body(str): The body of the message diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 5a0228ea..9084b00a 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -2819,6 +2819,24 @@ class WebInterface(object): ``` Required parameters: agent_id(str): The id of the notification agent to use + 9 # Boxcar2 + 17 # Browser + 10 # Email + 16 # Facebook + 0 # Growl + 12 # IFTTT + 18 # Join + 4 # NotifyMyAndroid + 3 # Plex Home Theater + 1 # Prowl + 5 # Pushalot + 6 # Pushbullet + 7 # Pushover + 15 # Scripts + 14 # Slack + 13 # Telegram + 11 # Twitter + 2 # XBMC subject(str): The subject of the message body(str): The body of the message