> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/simplymessage/implement/undefined-3/undefined-1.md).

# 알림톡 템플릿 설정

<figure><img src="/files/4RPB85icb7WUcAmbZLgv" alt=""><figcaption></figcaption></figure>

템플릿 생성시 '알림톡'을 선택하고 다음을 클릭합니다.

<figure><img src="/files/pJe6gbQzBAWIpAhubFH6" alt=""><figcaption></figcaption></figure>

1. 템플릿에 대한 전반적인 주의사항입니다.&#x20;
2. 템플릿 생성 시 기입하는 영역입니다. 필수 값을 모두 작성해주세요.
3. 미리보기 영역입니다. 작성하는 내용과 이미지가 오른쪽 화면에 출력됩니다.
4. 버튼 및 바로연결 설정 영역입니다. 각 타입별로 기입하는 값이 다르므로 주의해 작성하세요.

<figure><img src="/files/KDAfv3IgKnLpJdQZcPUJ" alt=""><figcaption></figcaption></figure>

아래 병합 필드 클릭시 병합필드를 사용할 수 있으며, 오브젝트는 필드 매핑 설정에 등록한 개체입니다.

병합된 필드를 복사해 필요한 곳에 붙여 넣어 사용합니다.


---

# 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://help.windmillsoft.kr/simplymessage/implement/undefined-3/undefined-1.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.
