[Release] Join Api Notification Driver

Update 6/11/19:
v1.0.20190611a

  • fixed sms bug
  • added Notification Icon (if Status Bar icon is not set, this will set the image to both notification and status bar icon)


Update 6/08/19: (Important..see last paragraph if updating from an older version)

  • added option for notification category (allows for custom notification settings based on category...ringtone, silent, minimized,etc)
  • switched to asynchronous http calls for efficiency
  • switched to POST instead of GET requests for added security (apikey sent in the body rather than in the URL).

Expanded inline customization to include

  • [A] Actions
  • [T] Title
  • [D] Devices
  • [C] Category
  • [S] Sms Phone #

You can dynamically change or set preferences using the structure below:

messageTextHere[A]action1,action2,etc[D]device1,device2,etc[T]title[C]category[S]phone#

All inline settings will override the pre-configured setting in the driver. They can be listed in any order as long as the messageText is first.

Unfortunately, if updating from an older version, you will need to re-enter a few input fields. Please document your old settings (including your Api key) before updating to the new version.

1 Like