Pushover
Pushover connections enable sending push notifications to iOS and Android devices via the Pushover service.
Used By
- Notifications - Send push notifications
- Notification Action - Send notifications from playbooks
| Field | Description | Scheme |
|---|---|---|
token* | API Token/Key | |
user* | User Key | |
devices | Target devices |
|
priority | Message priority (default: 0) | int between -1 and 1 |
title | Message title |
|
Example
pushover-connection.yamlapiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: pushover-alerts
spec:
pushover:
token:
valueFrom:
secretKeyRef:
name: pushover-credentials
key: API_TOKEN
user:
valueFrom:
secretKeyRef:
name: pushover-credentials
key: USER_KEY
Next Steps
- Pushover Channel Guide - Configure Pushover notifications