From 912bcac9a3196220656f2dc0e58a1847da2d3bc0 Mon Sep 17 00:00:00 2001 From: Tom Duijf Date: Thu, 19 Nov 2015 23:56:30 +0100 Subject: [PATCH] Update to reflect notify/pushbullet changes --- source/_components/notify.pushbullet.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index e2c2e867cc2..e5d40058ffb 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -32,14 +32,15 @@ Configuration variables: ### Usage -PushBullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). An optional **target** parameter can be given to PushBullet to specify one or many account's devices, contacts or channels to notify. +PushBullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the PushBullet account. An optional **target** parameter can be given to PushBullet to specify specific account's devices, contacts or channels. Type | Prefix | Suffix | Example ---- | ------ | ------ | ------- -All devices | `device` | -- | `device` Device | `device/` | Device nickname | `device/iphone` -Contact | `contact/` | Contact e-mail (lowercase) | `contact/email@example.com` Channel | `channel/` | Channel tag | `channel/my_home` +Email | `email/` | Contact's email address | `email/email@example.com` + +If using targets, your own account's email address functions as 'send to all devices'. All targets are verified (if exists) before sending, except email. #### Example service payload @@ -47,7 +48,7 @@ Channel | `channel/` | Channel tag | `channel/my_home` { "message": "A message for many people", "target": [ - "device", + "device/telephone", "contact/hello@example.com", "channel/my_home" ]