---
title: "Adding custom Slack bots"
canonical_url: "https://docs.getdx.com/custom-slack-bots/"
md_url: "https://docs.getdx.com/custom-slack-bots.md"
last_updated: "2026-05-22"
---

# Adding custom Slack bots
DX allows sending Slack surveys through custom Slack bots. A DX workspace can have multiple Slack bots configured for different use cases (e.g., different types of surveys).

To add a custom Slack Bot in DX, you'll create a Slack App with our [manifest file](https://github.com/get-dx/platformx-examples/blob/master/slack-app-manifest.json), install the Slack App to your workspace, then enter the access token in DX.

## Setup instructions

1. Create a Slack App by visiting the [Slack Developer Portal](https://api.slack.com/apps). Select "From an app manifest."

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-1.png){class="max-w-lg"}

2. Choose the Slack workspace that your DX account is connected to.

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-2.png){class="max-w-lg"}

3. Copy and paste our [app manifest](https://github.com/get-dx/slack-app-manifest) JSON — this sets default information for your Slack App which you can change later.

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-3.png){class="max-w-lg"}

4. Review the details and finish creating your app.

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-4.png){class="max-w-lg"}

5. Install your Slack App onto your workspace from the "Install App" tab.

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-5.png){class="max-w-lg"}

6. This will generate an OAuth Token which you can copy and paste into DX.

   ![](https://docs.getdx.com/assets/images/administration/custom-slack-bots/slack-bot-creation-6.png){class="max-w-lg"}

7. You can further customize your bot name and details from the "Basic Information" tab.
---

## Sitemap

[Overview of all docs pages](/llms.txt)
