Skip to content

Commit 10b756e

Browse files
authored
feat: add a Slack integration page (#352)
1 parent 7ea945c commit 10b756e

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

docs/squads/slack-integration.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# Slack integration for Squads
6+
7+
![Slack integration cover image](https://daily-now-res.cloudinary.com/image/upload/v1723031786/docs/Slack_integration.png)
8+
9+
Integrate your Slack workspace with daily.dev Squads to streamline communication and keep your team updated with the latest posts. This guide will walk you through the steps to connect your Slack workspace with a squad, so you never miss out on important updates.
10+
11+
:::Note
12+
This feature is currently in the experimental stage. It may undergo changes and improvements based on user feedback and testing. We appreciate your understanding and welcome any feedback to help us enhance this integration.
13+
:::
14+
15+
## Benefits of Slack integration
16+
17+
- **Real-time updates:** Receive instant notifications in your Slack channels whenever new posts are published in your Squad.
18+
- **Seamless collaboration:** Keep your team engaged and informed without switching between platforms.
19+
- **Enhanced productivity:** Focus on your work while staying in the loop with relevant Squad activities.
20+
21+
## How to set up Slack integration
22+
23+
Follow these simple steps to connect your squad with your Slack workspace:
24+
25+
### Step 1: Connect your Slack workspace
26+
27+
1. Navigate to daily.dev and log in to your account.
28+
2. Click on the **"Connect to Slack"** button to initiate the integration.
29+
3. Follow the on-screen prompts to authorize daily.dev to access your Slack workspace.
30+
31+
### Step 2: Connect your Squad to Slack
32+
33+
1. After connecting your Slack workspace, go to the squad you are admin of.
34+
2. Click on the **"Connect to Slack"** button in the squad settings.
35+
3. Choose the Slack channel where you'd like to receive notifications.
36+
4. Confirm your selection to complete the setup.
37+
38+
### Step 3: Start receiving notifications
39+
40+
- Once the integration is complete, you'll start receiving notifications in the selected Slack channel for every new post published in your squad.
41+
42+
## Troubleshooting
43+
44+
If you encounter any issues during the integration process, consider the following:
45+
46+
- Ensure that you have admin rights in both the Slack workspace and the squad.
47+
- Verify that the correct Slack channel is selected for receiving notifications.
48+
- Check for any permission issues or authorization requests in Slack.
49+
50+
## Frequently Asked Questions
51+
52+
**Q: Can I connect multiple Squads to the same Slack workspace?**
53+
A: Yes, you can connect multiple Squads to the same Slack workspace by following the integration steps for each Squad individually.
54+
55+
**Q: What types of notifications will I receive in Slack?**
56+
A: You'll receive notifications for new posts shared within your connected Squad.
57+
58+
**Q: How do I disconnect my Squad from Slack?**
59+
A: To disconnect, go to the Squad page and click the "Remove integration" button.
60+
61+
For further assistance, please contact our support team at [[email protected]](mailto:[email protected]).

src/components/homepage/homeNavBoxes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const FeatureList = [
5656
{url: "docs/squads/moderating-your-squad", text: "Moderating Your Squad"},
5757
{url: "docs/squads/public-squads", text: "Becoming a Public Squad"},
5858
{url: "docs/squads/featured-squads", text: "Getting featured on the Squads Directory"},
59+
{url: "docs/squads/slack-integration", text: "Slack Integration for Squads"},
5960
]
6061
},
6162
{

0 commit comments

Comments
 (0)