> For the complete documentation index, see [llms.txt](https://guide.marketap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.marketap.io/smartstore/preparation/setting/kakao-templates.md).

# 카카오 알림톡 템플릿

## 1. 템플릿 심사가 필요한 이유

{% hint style="warning" %}
카카오 알림톡은 카카오톡 채널을 추가하지 않은 이용자에게도 발송 가능한 정보성 메시지입니다.&#x20;

사전에 승인된 템플릿으로만 발송이 가능하며, 템플릿은  정보통신망법과 카카오 내부 기준에 따라 심사됩니다.
{% endhint %}

## **2.** 심사를 요청할 템플릿 선택

**①** 마켓탭 내 설정 → 카카오 알림톡 템플릿 메뉴에 진입하여  "알림톡 템플릿 심사 요청" 버튼을 클릭합니다

<figure><img src="/files/92dcD7eQaxeCCOaeez94" alt=""><figcaption></figcaption></figure>

**②** 심사 받을 템플릿을 선택한 후, '선택한 템플릿으로 심사 받기' 버튼을 클릭합니다.

{% hint style="warning" %}
알림톡 템플릿은 주문, 배송 등과 관련된 14개 템플릿이 제공됩니다. \
템플릿과 관련한 문의가 있으신 경우 채팅 상담을 이용해주시기 바랍니다.
{% endhint %}

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

## **3.** 템플릿 구성요소 확인

템플릿 구성요소를 설정 및 확인 후 심사 요청하기 버튼을 클릭합니다.

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

{% hint style="warning" %}

* 스토어 바로가기, 주문내역 확인 버튼 클릭시 사용될 URL을 입력합니다.
* 버튼에 사용될 URL 외 사항들은 스마트스토어 정책으로 인해 수정이 불가합니다.
* 부적절한 URL을 입력할 경우, 카카오 템플릿 심사에서 탈락할 수 있으며 스마트스토어의 제재를 받을 수 있습니다.
  {% endhint %}

## **4. 카카오 알림톡 심사 요청 확인**

카카오 알림톡 템플릿 메뉴에서 심사 결과를 확인할 수 있습니다.

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

{% hint style="success" %}

* 심사중 - 현재 심사가 진행 중인 상태입니다.
* 심사  완료 - 심사가 완료되어 템플릿을 사용할 수 있는 상태입니다.
  {% endhint %}


---

# 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://guide.marketap.io/smartstore/preparation/setting/kakao-templates.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.
