> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/dilingt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/dilingt/manual/inbox.md).

# 메시지 관리

## 메시지 이력

메시지 관리 메뉴는 발송완료 또는 발송예약 메시지의 전체 이력을 조회하고, 상태를 점검할 수 있는 관리 기능입니다.

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

{% stepper %}
{% step %}

#### 메시지 조회

* **검수 상태별 필터**: 검수 상태에 따라 메시지를 분류하여 조회할 수 있습니다.
  * 검수요청: 사용자가 검수를 요청한 상태
  * 검수중: 플랫폼 또는 관리자에 의해 검수가 진행 중인 상태
  * 승인: 검수를 통과하여 발송 가능한 상태
  * 반려: 검수가 거절된 상태로, 수정이 필요합니다.

{% hint style="info" %}
검수 상태별 필터로 현재 발송 가능한 메시지와 보완이 필요한 메시지를 빠르게 파악할 수 있습니다.
{% endhint %}

* **메시지 제목 검색**: 키워드를 입력하여 원하는 메시지를 검색할 수 있습니다. 부분 일치 검색을 지원하므로, 제목의 일부만 입력해도 결과가 표시됩니다.
  {% endstep %}

{% step %}

#### 메시지 목록

* **메시지 코드**: 시스템에서 자동 생성한 메시지 고유 식별자
* **메시지 유형**: 발송되는 메시지의 형식입 (예: LMS, MMS, RCS 등)
* **메시지 제목**: 사용자가 직접 등록한 메시지의 제목
* **수정일시 (등록일시)**: 해당 메시지가 마지막으로 수정된 시각과 최초 등록된 시각이 함께 표시
* **검수상태**:&#x20;
  * 작성중: 아직 검수 요청 전
  * 검수요청: 검수를 요청한 상태
  * 승인: 검수가 완료되어 발송 가능
  * 반려: 검수가 거절되어 수정 필요
* **관리**:&#x20;
  * `자세히 보기`: 메시지 상세 내용을 확인
  * `수정`: 메시지 편집 화면으로 이동
  * `삭제`: 메시지를 시스템에서 삭제
    {% endstep %}

{% step %}

#### 메시지 등록

화면 우측 상단의 **\[메시지 등록]** 버튼을 클릭하면 새 메시지를 작성할 수 있습니다.
{% endstep %}
{% endstepper %}


---

# 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://developers.fingerpush.com/dilingt/manual/inbox.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.
