Skip to main content

Pushover

Pushover connections enable sending push notifications to iOS and Android devices via the Pushover service.

Used By

FieldDescriptionScheme
token*

API Token/Key

EnvVar

user*

User Key

EnvVar

devices

Target devices

string

priority

Message priority (default: 0)

int between -1 and 1

title

Message title

string

Example

pushover-connection.yaml
apiVersion: 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