Pushbullet

Seamlessly integrate Pushbullet notifications with your favorite APIs, databases, and programming languages, using WayScript.
Push Notifications Made Easy

Setup

🗝Input or Select an API Key

You will need your account access token to send notifications through the Pushbullet Module

This key can be found here.

Modes

Send a Push

📥 Inputs

  • Device Identity - Send the Push to a Specific Device. If left empty all selected.

  • Title - The title of the push notification

  • Body - The message of the push notification

📤 Outputs

Push_response = {
active : Bool,
body : String,
created : Float,
direction : String,
dismissed : Bool,
iden : String,
modified : Float,
receiver_email : String,
receiver_email_normalized : String,
receiver_iden : String,
sender_email : String,
sender_email_normalized : String,
sender_iden : String,
sender_name : String,
title : String,
type : String
}