> 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/message-campaign/channel.md).

# 메시지 채널 안내

> 머큐리엑스에서는 다양한 메시지 채널을 제공합니다.\
> 어떤 채널을 선택하느냐에 따라 고객에게 전달되는 방식과 효과가 달라집니다.\
> 아래 내용을 참고해, 목적에 맞는 채널을 선택해 보세요.

***

### 1. 카카오 채널

#### \[친구톡]

{% hint style="info" %}
카카오톡 채널을 추가한 고객에게 발송하는 마케팅 메시지입니다.
{% endhint %}

친구톡은 홍보 목적에 따라 여러 가지 메시지 유형을 선택할 수 있습니다.

{% tabs %}
{% tab title="기본형" %}
가장 기본적인 형태로, 텍스트와 이미지, 버튼을 함께 보낼 수 있습니다.

<figure><img src="/files/Nk8KI5e500janYPG2bg4" alt="" width="282"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="와이드 이미지형" %}
큰 가로형 이미지를 활용해 시각적 효과를 강조할 수 있습니다.

<figure><img src="/files/dbQtiuoeF89NrnE5Rvrz" alt="" width="282"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="와이드 리스트형" %}
여러 상품이나 콘텐츠을 리스트 형태로 나열할 수 있습니다.

<figure><img src="/files/Zqt6PNmIa74IWGpgpyxc" alt="" width="282"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="캐러셀 피드형" %}
좌우로 넘길 수 있는 카드 형식으로, 다양한 상품을 한 번에 보여주기에 좋습니다.

<figure><img src="/files/rE43KzEPiwBuYc6LXVgT" alt="" width="282"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

### 2. 문자 채널

{% hint style="warning" %}
문자 메시지(SMS/LMS/MMS)는 마케팅 문자 수신에 동의한 회원에게만 발송할 수 있습니다.
{% endhint %}

#### \[SMS]

간단한 공지를 빠르게 전달할 때 적합합니다.

* 90바이트 이하의 짧은 문자이며, 가장 저렴합니다.

#### \[LMS]

이벤트 안내, 공지사항 등 긴 설명이 필요한 메시지에 적합합니다.

* 최대 2,000바이트까지 보낼 수 있어 상세한 내용을 전달할 수 있습니다.

#### \[MMS]

이미지와 함께 홍보할 때 적합합니다.

* 텍스트 + 이미지를 함께 보낼 수 있으며, 시각적 효과가 뛰어나지만 단가는 가장 높습니다.

***

### 3. 메시지 단가 표

<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>기본형</td><td>25원</td><td>이미지를 포함한 공지 또는 프로모션</td></tr><tr><td>친구톡</td><td>와이드 이미지형</td><td>27원</td><td>이미지가 강조되는 기획전</td></tr><tr><td>친구톡</td><td>와이드 리스트형</td><td>32원</td><td>짧은 텍스트의 다중 프로모션</td></tr><tr><td>친구톡</td><td>캐러셀 피드형</td><td>35원</td><td>여러 상품 또는 기획전 홍보</td></tr><tr><td>SMS</td><td>단문</td><td>10원</td><td>짧은 공지</td></tr><tr><td>LMS</td><td>장문</td><td>30원</td><td>이미지가 없는 프로모션</td></tr><tr><td>MMS</td><td>멀티미디어</td><td>85원</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/message-campaign/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.
