# 슬랙 발송

워크플로 검색창에서 **슬랙 발송** 액션을 선택합니다.\
액션이 추가되면 설정 팝업에서 메시지를 보낼 대상과 메시지의 내용을 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="MGft6Batjz1JNJa4OnPv" url="<https://app.arcade.software/share/MGft6Batjz1JNJa4OnPv>" %}

1. 액션을 처음 사용하거나 새로운 워크스페이스를 등록하는 경우, +새 슬랙 계정 연결을 눌러 새로운 슬랙 계정을 등록해 주세요.
2. 슬랙 메시지를 발송할 워크스페이스를 선택해 주세요.
3. 수신 대상에서 메시지를 받을 사람 또는 채널을 선택해 주세요.
4. 슬랙으로 받게 될 메시지의 내용을 선택해 주세요. 바티 엑셀/노트에 작성된 내용 또는 직접 입력을 통해 메시지를 발송할 수 있습니다.&#x20;
5. 메시지와 함께 바티 작업 링크를 함께 공유하기를 원하는 경우, 링크공유를 활성화해주세요.
6. 미리보기를 통해 발송할 메시지의 내용을 사전에 확인할 수 있습니다.

{% hint style="info" %}
데이터컬럼을 활용해 메시지 본문에 변수를 삽입하여 맞춤 메시지 발송도 가능합니다.

데이터 시트 사용법에 대해 더 자세히 알고싶다면 [**여기**](https://guide.bati.ai/service/quickstart/datasheet)에서 확인해 주세요.
{% endhint %}


---

# 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://guide.bati.ai/service/action/slack.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.
