Skip to main content

Pushbullet

Pushbullet connections enable sending push notifications to phones, tablets, and browsers via the Pushbullet service.

Used By

FieldDescriptionScheme
targets*

Device identifiers or channel tags to send to

string[]

token*

Pushbullet Access Token

EnvVar

Example

pushbullet-connection.yaml
apiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: pushbullet-alerts
spec:
pushbullet:
token:
valueFrom:
secretKeyRef:
name: pushbullet-credentials
key: ACCESS_TOKEN
targets:
- "" # Empty string sends to all devices

Next Steps