> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/crm_guide/part-iv-sendmessage/instant.md).

# 지금 바로 보내고 싶을 때

즉시 발송은 메시지를 등록하는 즉시 발송하는 방식입니다. \
긴급 공지, 당일 이벤트 안내, 재고 소진 임박 등 빠른 전달이 필요한 상황에 적합합니다.

* 발송 위치: `관리자 > CRM > 메시지 발송 > 모바일 메시지 발송`

#### **발송 수단**

SMS, LMS, 알림톡, 친구톡, 앱푸시 중 원하는 수단을 선택해 발송할 수 있습니다.&#x20;

#### 수신 대상 설정

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="189">대상</th><th>설명</th></tr></thead><tbody><tr><td>전체 회원</td><td>쇼핑몰에 등록된 모든 회원</td></tr><tr><td>회원 선택</td><td>이름·아이디·전화번호로 특정 회원 검색 후 선택</td></tr><tr><td>회원 등급</td><td>특정 회원 등급 전체를 대상으로 지정</td></tr><tr><td>CRM 그룹</td><td>미리 만들어둔 CRM 그룹을 수신 대상으로 선택</td></tr><tr><td>직접 입력</td><td>휴대폰 번호 직접 입력 (SMS·친구톡만 지원)</td></tr><tr><td>엑셀 업로드</td><td>휴대폰 번호를 입력한 엑셀 파일 업로드 (SMS·친구톡만 지원)</td></tr></tbody></table>

#### **야간 발송 제한**

발송 수단에 따라 야간 시간대 발송에 제한이 있습니다.

<table><thead><tr><th width="154">발송 수단</th><th width="237">야간 제한 시간</th><th>처리 방식</th></tr></thead><tbody><tr><td>SMS/LMS</td><td>없음</td><td>모든 시간대 발송 가능</td></tr><tr><td>알림톡</td><td>없음</td><td>모든 시간대 발송 가능</td></tr><tr><td>친구톡</td><td>20:31 ~ 07:59</td><td>익일 오전 8시로 예약 발송 자동 전환</td></tr><tr><td>앱푸시</td><td>20:31 ~ 07:59</td><td>정보성은 발송가능, <br>광고성은 사일런트 푸시로 처리</td></tr></tbody></table>

#### **💡 이런 상황에 활용해 보세요**

**오늘 하루만 진행하는 타임세일**을 진행하는 경우, CRM 그룹으로 미리 추출해둔 최근 구매 고객에게 즉시 발송으로 빠르게 알릴 수 있습니다.

**재고 소진 임박 상품**이 있는 경우, 해당 상품을 장바구니에 담아둔 고객 그룹에게 즉시 발송으로 구매를 유도할 수 있습니다.

#### **🚨발송 전 확인하세요**&#x20;

등록 즉시 발송이 시작되므로 수신 대상과 메시지 내용을 반드시 사전에 확인해 주세요. \
발송 후에는 취소 및 수정이 불가합니다.

{% hint style="info" %}
발송 결과는 `CRM > 메시지 발송 내역 > 모바일 메시지 내역`에서 확인할 수 있습니다.
{% 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:

```
GET https://godomall-help.nhn-commerce.com/crm_guide/part-iv-sendmessage/instant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
