> 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/action.md).

# 알림톡 템플릿 Action

### 템플릿 등록 요청

카카오 알림톡 템플릿은 \[템플릿 승인여부]가 '승인'인 경우에만 발송이 가능합니다.

<figure><img src="/files/1LDLFjP2wZiat8tYQhX6" alt=""><figcaption></figcaption></figure>

생성한 템플릿 상단의 '템플릿 등록 요청'으로 등록을 요청하세요.

요청한 템플릿은 검수 결과를 전달받습니다.

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

'카카오 검수결과'를 통해 해당 내용을 확인하고, 반려 시 다시 등록 요청 절차를 진행하세요.

### 템플릿 휴면 해제 요청

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

등록된 템플릿은 일정 기간동안 사용하지 않으면 휴면처리됩니다.

휴면 처리된 템플릿은 '휴면 해제 요청'으로 휴면상태를 해제한 후 발송 가능합니다.

### 템플릿 가져오기

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

템플릿ID로 템플릿의 최신 상태를 조회해 업데이트합니다.

### 템플릿 삭제 요청

<figure><img src="/files/vrfUafdAsvlGsqLnb0EG" 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/action.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.
