"Pushbullet" (Service Connection)
Push text, links, files, and images to mobile devices and desktop computers equipped with Pushbullet apps or browser plugins.
Connecting & Authenticating
ServiceConnect["Pushbullet"] creates a connection to the Pushbullet API.
This service requires a Pushbullet app (https://www.pushbullet.com/apps) to be installed on one or more computers or mobile devices.
Requests
ServiceExecute["Pushbullet","request",params] sends a request to the Pushbullet API, using parameters params. The following give possible requests.
Push Content to a Device
"PushNote" — push a textual note
"Title" | Untitled | title of the note | |
"Body" | "" | body of the note | |
"Device" | Untitled | ID of one target device | |
"Email" | None | recipient's email address |
"PushHyperlink" — push a hyperlink
"Title" | Untitled | title of the hyperlink | |
"Body" | "" | body of the note | |
"URL" | "" | URL of hyperlink; supports string and hyperlink | |
"Device" | Untitled | ID of one target device | |
"Email" | None | recipient's email address |
"FilePath" | (required) | local path of the file to push | |
"Body" | "" | a message to go with the file | |
"Device" | Untitled | ID of one target device | |
"Email" | None | recipient's email address |
"Image" | (required) | Wolfram Language image, graphic, or pixels data | |
"ImageName" | Untitled | image name | |
"Body" | "" | a message to go with the file | |
"Device" | Untitled | ID of one target device | |
"Email" | None | recipient's email address |
List Available Devices
"Devices" — dataset of available device IDs and metadata
List Contacts
"Contacts" — dataset of user's contacts
Show Previous Pushes
"PushHistory" — dataset of information about past pushes
"ModifiedAfter" | None | request pushes modified after this time stamp |
Show user's data
Examples
Basic Examples (1)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-hculq6
Out[1]=1

Push a note to all devices associated with your Pushbullet account:
In[2]:=2

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-i4s8fz
Push a note to a specific device:
In[3]:=3

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-7xwsqd
Out[3]=3

In[4]:=4

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-09p4es
In[5]:=5

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-kvpgc9
In[6]:=6

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-ns1n20
Out[6]=6

In[7]:=7

✖
https://wolfram.com/xid/0br8dop22r2qk1usga17uair-2pb8bu