> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-4/undefined-1.md).

# 예약 메시지 이력

## 이력 확인하기

채팅방 사이드 메뉴 > **예약 메시지 전체보기**를 선택하면 내가 등록한 예약 메시지의 상태별 이력을 확인할 수 있습니다.

## 발송 대기

발송 시간이 가까운 순으로 목록이 정렬됩니다.

| 표시 항목 | 설명                   |
| ----- | -------------------- |
| 상태    | 대기                   |
| 발송 일시 | 날짜 + 시간              |
| 메시지   | 최대 2줄 표시 후 말줄임       |
| 첨부 형태 | 이모티콘 / 사진 / 동영상 / 파일 |

### 수정하기

목록에서 예약 메시지를 선택하면 수정 화면이 열립니다. 발송 시간 **5분 전**까지 수정 가능합니다.

### 삭제하기

{% tabs %}
{% tab title="PC" %}

* 목록에서 항목을 **우클릭** > **삭제**를 선택합니다.
* 확인 알럿에서 **확인**을 선택합니다.
  {% endtab %}

{% tab title="Mobile" %}

* 목록에서 항목을 **스와이프**하면 삭제 버튼이 나타납니다.
* 또는 항목을 선택해 삭제할 수 있습니다.
  {% endtab %}
  {% endtabs %}

## 발송 완료

발송 완료된 최신 순으로 정렬됩니다.

{% hint style="info" %}
발송 완료 이력은 **발송일로부터 30일 후** 자동으로 삭제됩니다.
{% endhint %}

## 발송 실패

발송 실패된 최신 순으로 정렬됩니다.

**발송 실패 원인**

* 예약 메시지 작성자의 계정이 삭제되었거나 삭제 대기 상태인 경우
* 발송 대상 채팅방이 비활성화(Frozen) 상태인 경우

### 재전송하기

1. 실패한 예약 메시지를 선택합니다.
2. **재전송** 버튼을 선택합니다.
3. 확인 알럿에서 **확인**을 선택하면 즉시 발송됩니다.

{% hint style="info" %}
재전송 성공 시 발송 완료 탭으로 이동되며, 발송 시간은 재전송 시점으로 기록됩니다.\
재전송 실패 시 **"발송에 실패하였습니다."** 토스트가 표시됩니다.
{% 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://kakaowork.gitbook.io/kakao-work/2.0-beta/2.0/undefined-2/undefined-4/undefined-1.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.
