Skip to content

Commit 52a6996

Browse files
Add Slack as a status page subscription channel
1 parent efb35ec commit 52a6996

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

uptime/status-pages.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,26 @@ Every status page automatically includes feed endpoints that users can subscribe
133133
- **RSS feed**: Available at `https://status.example.com/history.rss` or `https://example.status.phare.io/history.rss`
134134
- **ATOM feed**: Available at `https://status.example.com/history.atom` or `https://example.status.phare.io/history.atom`
135135

136+
### Slack feed
137+
138+
Phare provides a dedicated Slack-compatible RSS feed for easy integration with Slack workspaces:
139+
140+
- **Slack RSS feed**: Available at `https://status.example.com/history.slack.rss` or `https://example.status.phare.io/history.slack.rss`
141+
142+
To subscribe in Slack, use the command:
143+
```
144+
/feed subscribe https://status.phare.io/history.slack.rss
145+
```
146+
136147
### Subscribing to feeds
137148

138-
Your users can subscribe to these feeds using:
149+
Your users can subscribe to the standard RSS/ATOM feeds using:
139150

140151
1. **Feed readers**: Apps like Feedly, Inoreader, or NewsBlur
141152
2. **Email notifications**: Services that convert feeds to email alerts
142-
3. **Slack/Discord integrations**: Many workspaces can connect to RSS feeds for team notifications
153+
3. **Other integrations**: Many platforms like Microsoft teams or Discord can connect to standard RSS/ATOM feeds for notifications
143154

144-
The number of subscribers is unlimited on any Phare plan at no extra cost.
155+
The number of subscribers is currently unlimited on any Phare plan at no extra cost.
145156

146157
## Status badges
147158

0 commit comments

Comments
 (0)