> 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/variables/gift.md).

# 자동 알림 - 선물하기

{% hint style="info" %}
선물하기 알림의 모든 변수는 SMS, 알림톡에서 동일하게 지원됩니다. \
앱푸시는 선물하기 알림 자체를 지원하지 않습니다.
{% endhint %}

| 변수                    | 설명       | 치환 예시                 |
| --------------------- | -------- | --------------------- |
| `{rc_mallNm}`         | 쇼핑몰명     | 고도쇼핑몰                 |
| `{orderNo}`           | 주문번호     | ORD20251113001        |
| `{receiverName}`      | 수령자명     | 김고도                   |
| `{orderName}`         | 주문자명     | 김고도                   |
| `{presentExpiryDate}` | 수락기간 만료일 | 2025-12-31            |
| `{presentUrl}`        | 선물확인 URL | godomall.com/gift/... |
| `{deliveryName}`      | 배송업체명    | 고도택배                  |
| `{invoiceNo}`         | 송장번호     | 5678901234            |


---

# 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/variables/gift.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.
