---
title: "Configuring Slack App"
slug: "configuring-slack-app"
updated: 2025-09-12T16:27:58Z
published: 2025-09-12T16:27:58Z
canonical: "documentation.encodify.com/configuring-slack-app"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.encodify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Slack App

## Overview

---

> [!WARNING]
> **Important:** Before enabling Slack, an Encodify administrator must first ensure that it’s enabled within your infrastructure.

To configure a Notification Rule using the Microsoft Teams channel, three key steps must be completed:

1. **Slack App** – Create and configure the app, which acts as the bridge between your system and Slack. This step is covered in detail in this article.
2. [**Slack Connected Service**](/v1/docs/slack-connected-service) – Set up the connected service to allow secure communication between your system and the Slack app.
3. [**Notification Rule Configuration**](/v1/docs/configuring-a-notification-rule) – Configure the rule for the relevant trigger, specifying recipients, channels, and message content so notifications are sent automatically when the event occurs.

## Configuring Slack App

---

1. Go to [Slack API – Apps](https://api.slack.com/apps).
2. Click **Create New App**.

![Screenshot 2023-08-03 at 13.23.56.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/12635724678685.png)

1. In the window that appears, select **From an app manifest**.

![Screenshot 2023-08-03 at 13.27.42.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/12635754575517.png)

1. Choose the **workspace** where the Slack bot will be created.

![Screenshot 2023-08-03 at 13.28.55.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/12635724688285.png)

1. Enter the **app manifest** in either YAML or JSON format.
  1. Follow Slack’s documentation to obtain the correct configuration files.
2. Click **Next → Create** to finish app creation.

After the app is created, take careful note of the **Client ID** and **Client Secret**, as they are required to complete the [Slack Connected Service](/v1/docs/slack-connected-service).
