> 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.md).

# PART IV : 상황에 맞는 메시지 보내기

- [지금 바로 보내고 싶을 때](https://godomall-help.nhn-commerce.com/crm_guide/part-iv-sendmessage/instant.md): "타임세일이 시작됐습니다. 지금 바로 고객에게 알려야 해요."
- [날짜와 주기를 정해서 보내고 싶을 때](https://godomall-help.nhn-commerce.com/crm_guide/part-iv-sendmessage/scheduled.md): "매달 1일, VIP 고객에게 혜택 안내를 자동으로 보내고 싶어요."
- [주문·배송 이벤트마다 자동으로 보내고 싶을 때](https://godomall-help.nhn-commerce.com/crm_guide/part-iv-sendmessage/auto.md): "주문이 들어올 때마다, 배송이 출발할 때마다 고객에게 자동으로 알려주고 싶어요."


---

# 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.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.
