Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
"pages": [
"integrations/support/overview",
"integrations/support/intercom",
"integrations/support/front"
"integrations/support/front",
"integrations/support/slack"
]
},
{
Expand Down Expand Up @@ -484,7 +485,8 @@
"pages": [
"fr/integrations/support/overview",
"fr/integrations/support/intercom",
"fr/integrations/support/front"
"fr/integrations/support/front",
"integrations/support/slack"
]
},
{
Expand Down Expand Up @@ -751,7 +753,8 @@
"pages": [
"es/integrations/support/overview",
"es/integrations/support/intercom",
"es/integrations/support/front"
"es/integrations/support/front",
"integrations/support/slack"
]
},
{
Expand Down Expand Up @@ -1018,7 +1021,8 @@
"pages": [
"zh/integrations/support/overview",
"zh/integrations/support/intercom",
"zh/integrations/support/front"
"zh/integrations/support/front",
"integrations/support/slack"
]
},
{
Expand Down
34 changes: 34 additions & 0 deletions integrations/support/slack.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "Slack"
---

Add the following to your `docs.json` file to add a [Slack](https://slack.com) integration.

<CodeGroup>

```json Integration options in docs.json
"integrations": {
"slack": {
"webhookUrl": "WEBHOOK_URL"
}
}
```

```json Example
"integrations": {
"slack": {
"webhookUrl": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
}
}
```

</CodeGroup>

## Setting up your Slack webhook

1. Go to your Slack workspace and navigate to **Apps** > **Manage** > **Custom Integrations**
2. Click **Incoming Webhooks** and then **Add Configuration**
3. Choose the channel where you want to receive notifications
4. Copy the webhook URL and add it to your `docs.json` file

The Slack integration will send notifications about documentation events and user interactions to your specified channel.

Check warning on line 34 in integrations/support/slack.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/support/slack.mdx#L34

Avoid using 'will'.