@cryptotaxi247 / CoPilot / commits / 485fa4f9

Docs: surface Shuffle integration under Alerting (Admin/Operator UI guide) (#739)

* docs: add Shuffle integration link under alerting UI section * docs: link Shuffle integration from Admin/Platform guide --------- Co-authored-by: Clawdbot <clawdbot@Clawdbots-Mac-mini.local>

taylorcopilot committed Feb 20, 2026 at 15:40 UTC 485fa4f995506a06b474885cc42499de52847306
3 files changed +25
docs/admin/index.mdx
+1
@@ -24,6 +24,7 @@ This section is organized around **data onboarding and reliability**.
24
25 - [Indices management](/user/ui/indices-management)
26 - [Graylog management](/user/ui/graylog-management)
27 +- [Shuffle integration (notifications & automation)](/user/shuffle-integration)
28
29 ## Video walkthroughs
30
docs/user/ui/alerting-shuffle.md new
+23
@@ -0,0 +1,23 @@
1 +---
2 +title: Alerting → Shuffle (notifications & automation)
3 +description: How CoPilot triggers Shuffle workflows for alert/case notifications and automation.
4 +---
5 +
6 +# Alerting → Shuffle (notifications & automation)
7 +
8 +CoPilot integrates with **Shuffle** to run automation/playbooks and send notifications (Teams/Slack/Jira/email/webhooks) when:
9 +
10 +- a new **Alert** is ingested into **Incident Management**, or
11 +- an analyst manually triggers a **Case** workflow.
12 +
13 +This is the recommended way to extend CoPilot alerting into external systems without needing a custom integration inside CoPilot for every downstream tool.
14 +
15 +## Read the full guide
16 +
17 +- **CoPilot ↔ Shuffle Integration (Admin/Operator)**: ../../shuffle-integration.md
18 +
19 +## Related alerting pages
20 +
21 +- Graylog management (detections): ./graylog-management.md
22 +- Incident sources (mapping context): ./incident-sources.md
23 +- Alerts (SIEM view): ./alerts-siem.md
mkdocs.yml
+1
@@ -91,6 +91,7 @@ nav:
91 - Sources: user/ui/incident-sources.md
92 - Alerts: user/ui/incident-alerts.md
93 - Cases: user/ui/incident-cases.md
94 + - Alerting → Shuffle (notifications): user/ui/alerting-shuffle.md
95 - Alerts:
96 - Alerts: user/ui/alerts.md
97 - SIEM: user/ui/alerts-siem.md