> For the complete documentation index, see [llms.txt](https://guide-user.sendon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-user.sendon.io/readytosendon/result/undefined.md).

# 발송 상세 다운로드

발송 후 발송 건별 상세한 결과를 다운받을 수 있어요.&#x20;

## 발송 상세 확인하기

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

[<mark style="color:purple;background-color:purple;">발송 결과 페이지</mark>](https://console.sendon.io/page/result)에서 원하는 메시지의 내용을 선택해 발송 결과 요약 보기를 확인해요.

## 하단의 발송결과 상세보기 확인하기

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

<mark style="background-color:yellow;">발송 요약 페이지 하단 발송결과 상세보기</mark>에서 엑셀 다운로드를 선택해 발송결과 상세를 다운로드합니다.&#x20;

* **메시지 종류** : 발송한 메시지 유형에 따라 분류 (SMS/LMS/MMS/알림톡/친구톡)
* **실 발송 일시** :  실제 메시지를 발송한 일시 (예약을 설정한 경우 등)
* **발신번호/카카오채널** : 메시지 발송에 사용된 발신번호
* **실 차감 포인트** : 발송 시도 후 실패한 메시지를 제외한 실제 성공한 메시지의 차감 금액
* **수신번호** : 메시지를 발송한 번호
* **메시지 내용** : 발송 시 입력된 메시지의 내용 (각 수신번호 별 입력된 변수가 확인됨)
* **알림톡 템플릿 코드** : 알림톡을 발송한 경우, 알림톡 템플릿 코드
* **상태** : 메시지 발송 후 성공/실패/전송중 상태를 확인
* **비고** : 메시지 발송 후 상세 사유 확인 (실패의 경우 실패 사유)


---

# 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://guide-user.sendon.io/readytosendon/result/undefined.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.
