Discord
Discord connections enable sending notifications and alerts to Discord channels via webhooks.
Used By
- Notifications - Send alerts to Discord channels
- Notification Action - Send messages from playbooks
| Field | Description | Scheme |
|---|---|---|
token* | Discord webhook token |
|
webhookID* | Discord webhook ID |
|
Example
discord-connection.yamlapiVersion: 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
- Discord Channel Guide - Configure Discord notifications