Skip to content

Commit bc47c21

Browse files
stevenbdfstevenbdf
and
stevenbdf
authored
feat: add RSS Feed + slack instructions (#297)
Co-authored-by: stevenbdf <steven@vapi.ai>
1 parent 51596a4 commit bc47c21

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

fern/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ navigation:
465465
- page: Glossary
466466
path: glossary.mdx
467467

468+
- page: RSS Feed
469+
path: rss-feed.mdx
470+
468471
- section: Legal
469472
collapsed: true
470473
contents:

fern/rss-feed.mdx

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: RSS Feed
3+
subtitle: Stay updated with the latest incidents from Vapi or third party providers
4+
slug: rss-feed
5+
---
6+
7+
## RSS Feed
8+
9+
Vapi provides a RSS feed for the latest incidents. You can subscribe to the RSS feed to get the latest incidents from Vapi or underlying providers using the following URL.
10+
11+
```
12+
https://status.vapi.ai/feed.rss
13+
```
14+
15+
16+
### Slack
17+
18+
You can subscribe to the RSS feed in any application that supports it. In this guide, we will show you how to use the Slack RSS app to subscribe to our RSS feed.
19+
20+
#### How to subscribe
21+
22+
1. **Install the Slack RSS App**
23+
- Ensure the [Slack RSS app](https://slack.com/marketplace/A0F81R7U7) is installed in your Slack workspace.
24+
25+
2. **Open the Desired Channel**
26+
- Go to the Slack channel where you wish to receive RSS updates.
27+
28+
3. **Subscribe to the RSS Feed**
29+
- Enter the following command in the message input box:
30+
```
31+
/feed subscribe https://status.vapi.ai/feed.rss
32+
```
33+
- Press Enter to subscribe.
34+
35+
4. **Confirm Subscription**
36+
- The Slack RSS app will confirm your subscription, and updates will start appearing in the channel.
37+
38+
You will now receive updates in your Slack channel whenever there is an incident.
39+
40+
#### How to unsubscribe
41+
42+
1. **Open the Desired Channel**
43+
- Go to the Slack channel from which you want to unsubscribe.
44+
45+
2. **List Subscribed Feeds**
46+
- Enter the command:
47+
```
48+
/feed list
49+
```
50+
- Press Enter to view all subscribed feeds.
51+
52+
3. **Identify the Feed ID**
53+
- Note the ID of the feed you wish to unsubscribe from.
54+
55+
4. **Remove the Feed**
56+
- Enter the command:
57+
```
58+
/feed remove <feed_id>
59+
```
60+
- Press Enter to remove the feed from the channel.
61+
62+
You will no longer receive updates in the specified Slack channel.

0 commit comments

Comments
 (0)