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

# 자동 알림 - 회원

{% hint style="info" %}
휴면전환예정일 변수는 발송 수단에 따라 변수가 다릅니다. \
SMS·앱푸시는 `{rc_sleepScheduleDt}`, 알림톡은 `{sleepScheduleDt}`를 사용해야 합니다.
{% endhint %}

| 변수                       | 설명                | 치환 예시                                       | 지원 발송 항목                  |
| ------------------------ | ----------------- | ------------------------------------------- | ------------------------- |
| `{rc_mallNm}`            | 쇼핑몰명              | 고도쇼핑몰                                       | 전체                        |
| `{shopUrl}`              | 도메인               | [www.godomall.com](http://www.godomall.com) | 전체                        |
| `{memNm}`                | 회원명               | 김고도                                         | 비밀번호 찾기 인증·휴면 해제 인증 외전체   |
| `{memId}`                | 회원 아이디            | godouser01                                  | 비밀번호 찾기 인증·휴면 해제 인증 외전체   |
| `{rc_certificationCode}` | 인증번호              | 392014                                      | 비밀번호 찾기 인증 / 휴면 해제 인증     |
| `{rc_sleepScheduleDt}`   | 휴면전환예정일 (SMS·앱푸시) | 2025-12-31                                  | 휴면 사전안내 / 휴면 전환안내         |
| `{sleepScheduleDt}`      | 휴면전환예정일 (알림톡)     | 2025-12-31                                  | 휴면 사전안내 / 휴면 전환안내         |
| `{rc_scheduleDt}`        | 일반회원전환일           | 2025-11-15                                  | 일반회원 전환                   |
| `{rc_groupNm}`           | 변경된 등급 (SMS·앱푸시)  | VIP                                         | 등급 변경                     |
| `{groupNm}`              | 회원등급 (알림톡)        | 일반회원                                        | 등급 변경                     |
| `{mileage}`              | 보유 마일리지           | 1,400                                       | 마일리지 지급·차감·소멸 / 예치금 지급·차감 |
| `{deposit}`              | 보유 예치금            | 14,000                                      | 마일리지 지급·차감·소멸 / 예치금 지급·차감 |
| `{rc_mileage}`           | 지급·차감·소멸 마일리지     | 500                                         | 마일리지 지급·차감·소멸             |
| `{rc_deleteScheduleDt}`  | 마일리지 소멸 예정일       | 2025-12-31                                  | 마일리지 소멸                   |
| `{rc_deposit}`           | 지급·차감 예치금         | 5,000                                       | 예치금 지급·차감                 |
| `{smsAgreementDt}`       | SMS 수신동의일         | 2024-06-10                                  | 수신동의 재확인                  |
| `{smsAgreementFl}`       | SMS 수신동의 여부       | 동의함                                         | 수신동의 재확인                  |
| `{mailAgreementDt}`      | 메일 수신동의일          | 2024-06-10                                  | 수신동의 재확인                  |
| `{mailAgreementFl}`      | 메일 수신동의 여부        | 미동의                                         | 수신동의 재확인                  |


---

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