pushbullet.pushNote() function
*Function type: Output*
Pushbullet API URL. Defaults to https://api.pushbullet.com/v2/pushes
.
Pushbullet API token to use when interacting with Pushbullet. Defaults to ""
.
*Data type: String*
*Data type: String*
Required
Text to display in the notification.
Examples
Send the last reported status to Pushbullet
import "influxdata/influxdb/secrets"
lastReported =
from(bucket: "example-bucket")
|> range(start: -1m)
|> last()
|> getRecord(idx: 0)
pushbullet.pushNote(
token: token,
title: "Last reported status",