Pushbullet
Pushbullet connections enable sending push notifications to phones, tablets, and browsers via the Pushbullet service.
Used By
- Notifications - Send push notifications
- Notification Action - Send notifications from playbooks
| Field | Description | Scheme |
|---|---|---|
targets* | Device identifiers or channel tags to send to | string[] |
token* | Pushbullet Access Token |
Example
pushbullet-connection.yamlapiVersion: 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
- Pushbullet Channel Guide - Configure Pushbullet notifications