"Pushbullet" (Service Connection)
-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
-
-
See Also
- ServiceExecute
- ServiceConnect
-
- Service Connections
-
See Also
"Pushbullet" (Service Connection)
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 |