> For the complete documentation index, see [llms.txt](https://onehae.gitbook.io/onehae-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onehae.gitbook.io/onehae-v2/crm/crm_message_history.md).

# 발송내역

CRM 캠페인에서 발송된 모든 메시지는 발송내역에서 확인 가능해요. 자동 메시지는 몇 명에게 발송이 성공하였고, 몇명에게 실패하였는지 확인 할 수 있어요.

## 수동 메시지

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

예약된 수동 메시지는 발송 내역 - 수동 메시지에서 확인이 가능해요.&#x20;

발송이 완료된 메시지 중 모든 대상에게 발송이 실패했다면, 결과는 실패로 처리 됩니다.  더 디테일한 데이터 확인을 위해서는 세부 데이터 혹은 다운로드를 통해 확인할 수 있어요.

## 세부 데이터

매출이 발생한 메시지에 한해서 해당 메시지를 누르면 어떤 회원에게 매출이 발생했는지 팝업을 통해 바로 확인할 수 있어요.<br>

<figure><img src="/files/8ii8YAc937CqWVRKAu0P" alt=""><figcaption></figcaption></figure>

## 다운로드

다운로드 버튼을 누르면 해당 메시지의 세부내역을 CSV 파일로 다운 받을 수 있어요. 발송이 실패했다면 실패한 이유를, 매출이 발생했다면 어떻게 발생했는지 확인 할 수 있어요

{% 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://onehae.gitbook.io/onehae-v2/crm/crm_message_history.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.
