--- title: pushbullet package description: > The `pushbullet` package provides functions for sending data to Pushbullet. menu: flux_v0_ref: name: pushbullet parent: stdlib identifier: pushbullet weight: 11 cascade: introduced: 0.66.0 --- The `pushbullet` package provides functions for sending data to Pushbullet. Import the `pushbullet` package: ```js import "pushbullet" ``` ## Options ```js option pushbullet.defaultURL = "https://api.pushbullet.com/v2/pushes" ``` ### defaultURL `defaultURL` is the default Pushbullet API URL used by functions in the `pushbullet` package. ## Functions {{< children type="functions" show="pages" >}}