> For the complete documentation index, see [llms.txt](https://docs.mercuryx.ai/dxp-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuryx.ai/dxp-guide/marketing/infotalk/channel.md).

# 알림톡 템플릿 유형

{% hint style="info" %}
할인 혜택 등 정보성 메시지를 전달할 때 사용할 수 있는 메시지로 카카오톡이 설치되어 있는 고객에게 발송할 수 있습니다
{% endhint %}

머큐리엑스에서는 3가지 알림톡 템플릿을 제공합니다.

{% columns %}
{% column %}

<p align="center">첫 구매 감사쿠폰 발급 알림</p>

<figure><img src="/files/n8pRJMW8Ces4c7J8Dp2B" alt="" width="166"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center">회원가입 감사쿠폰 발급 알림</p>

<figure><img src="/files/yLr6Dwmea5RtLIuBCzSY" alt="" width="164"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center">보유한 쿠폰 만료 예정 알림</p>

<figure><img src="/files/vwOGoE8EvvDsfYF2hhsu" alt="" width="165"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

알림톡의 메시지 소재는 3가지 유형으로 제공되며, 모두 사용할 경우 자동 추천 방식이 적용됩니다.

{% columns %}
{% column %}

<p align="center">이미지+부가정보형</p>

<figure><img src="/files/SpqfJR8iH3kE5KPR1qd8" alt="" width="166"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center">이미지+복합형</p>

<figure><img src="/files/Sy0YP2oxLJK1bYQTK161" alt="" width="166"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center">강조표기+복합형</p>

<figure><img src="/files/ascYgpnbAPbeGMcubpRa" alt="" width="167"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### - 메시지 단가 표

<table><thead><tr><th width="97.66015625">채널</th><th width="168.92578125">유형</th><th width="126.98046875">단가(건당)</th><th>주요 활용</th></tr></thead><tbody><tr><td>알림톡</td><td>3가지 유형</td><td>10원</td><td>재방문 유도를 위한 정보성 알림</td></tr></tbody></table>


---

# 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://docs.mercuryx.ai/dxp-guide/marketing/infotalk/channel.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.
