---
title: pushbullet package
description: The pushbullet package provides functions for sending data to Pushbullet.
url: https://docs.influxdata.com/flux/v0/stdlib/pushbullet/
estimated_tokens: 146
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/pushbullet/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

* Flux 0.66.0+

InfluxDB support

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

* [pushbullet.endpoint()](/flux/v0/stdlib/pushbullet/endpoint/)
* [pushbullet.pushData()](/flux/v0/stdlib/pushbullet/pushdata/)
* [pushbullet.pushNote()](/flux/v0/stdlib/pushbullet/pushnote/)
