> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/back-office/system-bo/notification-message-management.md).

# Notification Message Management

The Notification Message Management service provides functionality for defining and sending completion notification messages to customers after specific tasks are performed within the site. You can define notification message templates for tasks such as order completion, order cancellation, and 1:1 inquiries, and send them to customers via a selected notification type (KakaoTalk, SMS, notification box).

***

## Key Features

* **Notification Message Definition**
  * Defines notification messages for various tasks such as order completion, order cancellation, and 1:1 inquiries.
  * You can configure a template, subject, and more for a notification message.
* **Notification Type Selection**
  * Sends registered notification messages to customers by selecting a specific notification type (KakaoTalk, SMS, notification box).
* **Template Mapping**
  * Selects a template registered on the Notification Message Management page and maps the information to that template before sending.

## Process Definition

You can look up, register, and modify notification message templates on the admin page or site.

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FbkRDGXULxyAGGQWRIxKs%2F%E1%84%8B%E1%85%A1%E1%86%AF%E1%84%85%E1%85%B5%E1%86%B7.png?alt=media&#x26;token=cfac7b95-8960-4f30-ad16-33cf8dcbb80b" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Notification Message List Lookup

Looks up the list and count of notification message templates matching the selected search conditions.
{% endstep %}

{% step %}

### Notification Message Single Lookup

Looks up the detail information of a notification message template selected from the list.
{% endstep %}

{% step %}

### Notification Message Registration, Modification

Registers a new notification message template or modifies an existing template.

* When registering a new one, checks whether the entered template ID already exists as an existing template ID before registration.
  {% endstep %}
  {% endstepper %}

## API Function List

<table><thead><tr><th width="127.888916015625">API</th><th width="311.666748046875">Description</th><th width="93.5555419921875">Server</th><th width="91.3333740234375">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Notification Message<br>List Count<br>Lookup</td><td>Looks up the count of the notification message template list.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=system&#x26;depth=%EC%95%8C%EB%A6%BC%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EA%B4%80%EB%A6%AC&#x26;path=getNoticeMessageListCount">🔗View API ></a></td></tr><tr><td>Notification Message<br>List<br>Lookup</td><td>Looks up the notification message template list.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=system&#x26;depth=%EC%95%8C%EB%A6%BC%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EA%B4%80%EB%A6%AC&#x26;path=getNoticeMessageList">🔗View API ></a></td></tr><tr><td>Notification Message<br>Single<br>Lookup</td><td>Looks up the detail information of a single notification message.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=system&#x26;depth=%EC%95%8C%EB%A6%BC%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EA%B4%80%EB%A6%AC&#x26;path=getNoticeMessageList">🔗View API ></a></td></tr><tr><td>Template ID Duplicate Check</td><td>Checks whether a duplicate template ID exists when registering a notification message template.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=system&#x26;depth=%EC%95%8C%EB%A6%BC%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EA%B4%80%EB%A6%AC&#x26;path=checkDuplicatedTmpId">🔗View API ></a></td></tr><tr><td>Notification Message Registration, Modification</td><td>Newly registers a notification message template or modifies an existing template.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=system&#x26;depth=%EC%95%8C%EB%A6%BC%20%EB%A9%94%EC%8B%9C%EC%A7%80%20%EA%B4%80%EB%A6%AC&#x26;path=saveNoticeMessageInfo">🔗View API ></a></td></tr></tbody></table>

## Other Notes

* The template ID is a required field.
* Additional required registration values based on the default notification method code (CH009):
  * KakaoTalk: KakaoTalk template ID
  * Notification box: Member notification type
* If you enter a value in the form **#{variableName}** in the notification message content, the variable name is automatically mapped when the actual send occurs by passing it as a parameter.
* If you enter a button name and button URL in the Button Name/URL fields, a button that navigates to the URL will appear within KakaoTalk and the notification box.
