# Slack 연동

A/B 테스트, 기능플래그, Remote Config의 상태 혹은 타겟팅/트래픽 설정 업데이트를 슬랙 메시지로 확인할 수 있습니다.

{% hint style="info" %}
**Slack 은 운영환경/개발환경 각각 독립적으로 연동이 가능합니다.**

* 워크스페이스의 운영환경 = 1 Channel
* 워크스페이스의 개발환경 = 1 Channel
  {% endhint %}

### **연동하기**

1. Slack이 설치된 상태에서 워크스페이스 설정의 [외부 연동 탭](https://dashboard.hackle.io/config/integrations)에 접속해주세요.

![](/files/h0K3vY8oeSDVBXwkrZoz)

2. 외부 연동 탭에서 Slack을 찾아 연동하기 버튼을 클릭하세요.

![Slack Integration](/files/IVt6uBoFN0ycwqyou1pI)

3. 모달에서 Slack 연동하기 버튼을 클릭하세요.

![Slack Integration](/files/ZPhqjzC0EvD3v6XPvcMw)

4. Hackle Slack App에서 보내는 메시지를 수신할 Slack 채널을 선택한 뒤 허용을 눌러주세요.

![Choose Slack Channel](/files/FWV7fMWET1qrhPzJUqtt)

![Accept Integration](/files/2DcgOM6Svh9dU5xpAVoT)

### **Slack 연동 확인**

Slack 채널을 선택 후 허용을 누른 이후 성공적으로 연동되었을 경우 아래의 화면으로 리다이렉트됩니다.

![Integration Success (1)](/files/tTtfXijD6RAT1DORAC9j)

![Integration Success (2)](/files/fGrRG1w4a2jdsEgv3rO0)

### **연동 이후 다른 채널로 Slack 연동하기**

위에서 언급했듯이 하나의 채널로만 연동이 가능합니다.

다른 채널로 Slack 메시지를 보내고 싶다면 아래의 버튼을 눌러 새 채널로의 연동을 진행하시면 됩니다.

이 경우, 기존에 연결되어 있던 채널로는 더 이상 메시지가 전송되지 않습니다.

![](/files/CtIEEHoSpc76rT7IsBku)

### **Slack 연동 해제하기**

* Slack에서 제공해주는 [App 제거 가이드](https://slack.com/intl/ko-kr/help/articles/360003125231-%EC%9B%8C%ED%81%AC%EC%8A%A4%ED%8E%98%EC%9D%B4%EC%8A%A4%EC%97%90%EC%84%9C-%EC%95%B1-%EB%B0%8F-%EC%82%AC%EC%9A%A9%EC%9E%90-%EC%A7%80%EC%A0%95-%ED%86%B5%ED%95%A9-%EC%A0%9C%EA%B1%B0)에 따라 Hackle Slack App을 제거합니다.
* 더 이상 메시지는 전송되지 않으나, 대시보드 외부 연동 탭에서는 연동 완료 상태로 남아있을 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://docs.hackle.io/external-link/slack-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
