ntfy
ntfy connections enable sending push notifications via the ntfy pub/sub notification service.
Used By
- Notifications - Send push notifications
- Notification Action - Send notifications from playbooks
| Field | Description | Scheme |
|---|---|---|
host* | ntfy server URL (e.g., https://ntfy.sh or self-hosted) |
|
topic* | Topic to publish messages to |
|
password | Password for authentication (if required) | |
username | Username for authentication (if required) |
Examples
Public ntfy.sh
ntfy-public.yamlapiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: ntfy-alerts
spec:
ntfy:
host: https://ntfy.sh
topic: my-alerts-topic
Self-Hosted with Authentication
ntfy-self-hosted.yamlapiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: ntfy-private
spec:
ntfy:
host: https://ntfy.internal.example.com
topic: infrastructure-alerts
username:
valueFrom:
secretKeyRef:
name: ntfy-credentials
key: username
password:
valueFrom:
secretKeyRef:
name: ntfy-credentials
key: password
Next Steps
- ntfy Channel Guide - Configure ntfy notifications