Skip to main content

Discord

Discord connections enable sending notifications and alerts to Discord channels via webhooks.

Used By

FieldDescriptionScheme
token*

Discord webhook token

string

webhookID*

Discord webhook ID

string

Example

discord-connection.yaml
apiVersion: mission-control.flanksource.com/v1
kind: Connection
metadata:
name: discord-alerts
spec:
discord:
webhookID: "1234567890123456789"
token:
valueFrom:
secretKeyRef:
name: discord-credentials
key: WEBHOOK_TOKEN

Next Steps