> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/integrations-and-plugins/integrations/slack-beta/set-up-slack-in-kizen.md).

# Set Up Slack in Kizen

{% hint style="success" %}
**Audience:** Admins, Developers, Solution Architects

**Purpose:** Explains how to configure the Slack integration to send automated Slack messages and look up user names
{% endhint %}

## Overview

{% hint style="warning" %}
**Caution:** This setup reflects Kizen's default configuration. Your administrator may have customized your layout, so columns or navigation may appear differently. Trial accounts may have limited features.
{% endhint %}

To look up Slack® users and send Slack messages from <code class="expression">space.vars.automations</code>, you must first set up the Slack integration in <code class="expression">space.vars.Kizen\_company\_name</code>.

***

## Before You Begin

Before you set up the Slack integration, ensure you have an active Slack workspace configured with the necessary permissions to install third-party apps. The integration doesn't require paid Slack membership.

***

## Set Up Slack in Kizen

To set up Slack in <code class="expression">space.vars.Kizen\_company\_name</code>:

{% stepper %}
{% step %}

#### Go to the App Marketplace

In the global navigation of <code class="expression">space.vars.Kizen\_company\_name</code>, select **Platform** > **App Marketplace**.

<div data-with-frame="true"><figure><img src="/files/spcm6OOq3VfmXoBZbl86" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Turn on and configure Slack

Find the Slack - Beta connection card, turn on the integration, and select **Edit Configuration**.

<div data-with-frame="true"><figure><img src="/files/ONxUm9rt3bkOjdviQtW7" alt="" width="563"><figcaption></figcaption></figure></div>

The Slack configuration page opens.
{% endstep %}

{% step %}

#### Authorize the integration

In the authorization settings, select **Authorize App**.

<div data-with-frame="true"><figure><img src="/files/4dS7Fg1EFsMpIoGTXjcB" alt="" width="563"><figcaption></figcaption></figure></div>

Slack launches.
{% endstep %}

{% step %}

#### Allow the integration to connect to Slack

Sign into your Slack account if necessary, review the permissions that the integration needs, and select **Allow**.

<div data-with-frame="true"><figure><img src="/files/5xsaQffejwOREAI5kzST" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Confirm the connection

Back in <code class="expression">space.vars.Kizen\_company\_name</code>, in the Slack API section of the authorization settings, check that authentication was successful.

<div data-with-frame="true"><figure><img src="/files/Sgg3x5PXMUty23tODfQL" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note:** Once you authorize Slack, you generally don't have to do it again. But if you ever need to reconnect, open your Slack configuration in <code class="expression">space.vars.Kizen\_company\_name</code>, and select **Re-Authorize App** in the authorization settings. You can also remove the connection between <code class="expression">space.vars.Kizen\_company\_name</code> and Slack by selecting **Revoke Authorization**.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## What's Next

You're connected. It's time to build <code class="expression">space.vars.automations</code> to look up Slack users and send Slack messages. To learn how, continue to [Use Slack in an Agentic Workflow](/docs/integrations-and-plugins/integrations/slack-beta/use-slack-in-an-agentic-workflow.md).

<details>

<summary><strong>Related Topics</strong></summary>

* [Slack - Beta](/docs/integrations-and-plugins/integrations/slack-beta.md)
* [Use Slack in an Agentic Workflow](/docs/integrations-and-plugins/integrations/slack-beta/use-slack-in-an-agentic-workflow.md)
* [Troubleshoot Slack](/docs/integrations-and-plugins/integrations/slack-beta/troubleshoot-slack.md)

</details>

***

*Slack is a registered trademark and service mark of Slack Technologies, Inc. Kizen's Slack integration is not created by, affiliated with, or supported by Slack Technologies, LLC.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.kizen.com/docs/integrations-and-plugins/integrations/slack-beta/set-up-slack-in-kizen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
