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

# 자동 알림 - 게시판

{% hint style="info" %}
`{shopName}`은 SMS 전용 변수입니다.\
그 외 게시판 카테고리 변수는 SMS, 알림톡, 앱푸시 모든 발송 수단에서 동일하게 지원됩니다.
{% endhint %}

{% hint style="danger" %}
SMS 발송 시 `{rc_mallNm}`은 '작성자명'으로, `{wriNm}`은 쇼핑몰명으로 치환됩니다. \
SMS 알림 내용 작성 시 유의해 주세요.&#x20;
{% endhint %}

| 변수            | 설명            | 치환 예시                                       |
| ------------- | ------------- | ------------------------------------------- |
| `{rc_mallNm}` | 쇼핑몰명          | 고도쇼핑몰                                       |
| `{shopUrl}`   | 도메인           | [www.godomall.com](http://www.godomall.com) |
| `{shopName}`  | 쇼핑몰명 (SMS 전용) | 고도쇼핑몰                                       |
| `{wriNm}`     | 작성자명          | 김고도                                         |


---

# 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://godomall-help.nhn-commerce.com/crm_guide/variables/board.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.
