> For the complete documentation index, see [llms.txt](https://docs.macgai7.com/macgai-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.macgai7.com/macgai-manual/payments/unpaid/message.md).

# 미납 문자 보내기

{% hint style="danger" %}
맥가이 사용 가이드 문서가 채널톡으로 이전되었습니다.\
기존 문서는 더 이상 업데이트되지 않으니, 앞으로 최신 가이드는 채널톡에서 확인해 주세요.\
[채널톡 바로가기↗](https://docs.channel.io/macgai-guide/ko/articles/unpaid-sms-f7928c95)
{% endhint %}

↖ 상위항목: [미납 관리](/macgai-manual/payments/unpaid.md)

{% hint style="success" %}
**이용메뉴**: 기본메뉴 → 학생관리 → **미납현황**
{% endhint %}

## 미납 문자 보내기

검색 된 학생을 대상으로 미납 안내 문자를 발송할 수 있습니다.

### 1. 문자를 발송할 학생 선택

개별 학생 왼쪽의 체크 박스를 눌러 문자 발송 대상에 추가할 수 있어요.

머릿글 '이름' 왼쪽의 체크박스를 누르면 검색된 전체 학생을 선택/해제할 수 있습니다.

<figure><img src="/files/lfURLxe9tLXWTqSATdvk" alt=""><figcaption></figcaption></figure>

### 2. 문자 보내기

학생 선택이 완료 되면 <img src="/files/PzrWaViGAhdBSCmSR2s8" alt="" data-size="line"> 버튼을 눌러 문자 보내기 팝업을 호출합니다. 직접 내용을 입력하거나 저장 메시지를 활용하여 문자를 보낼 수 있습니다. 문자 발송에 대한 상세 설명은 [문자 보내기↗](broken://pages/eTXxo2ZhQ1FHnfBiLyA6#undefined-2)의 내용을 참고해 주세요.

<figure><img src="/files/JrzfgKxxx66uLLkXMBH0" alt=""><figcaption><p>미납 문자 보내기</p></figcaption></figure>

{% hint style="info" %}
**미납 문자 보내기에서 사용할 수 있는 치환값 목록**

1. **\[이름]** 전송 대상자의 이름
2. **\[아이디]** 전송 대상자의 이름 + "이"
3. **\[학번]** 전송 대상자의 학번
4. **\[미납금액]** 미납 금액의 합계
   * 조건에 따라 검색 된 미납 항목의 합계
5. **\[미납내역]** 미납 항목 별 상세 내역
   * (학급) : (수강년월) (수납항목명) (금액)&#x20;
   * 조건에 따라 검색 된 미납항목만을 포함
6. **\[학급명]** 전송 대상자의 학급명.&#x20;
   * 발송일 기준 수강중인 모든 학급이 포함
     {% endhint %}

발송 전 **미리보기**를 이용해 보낼 문자 내용을 체크 해보는 것을 권장드립니다. \[치환값]을 사용했을 경우 개별 학생이 어떤 문자를 받을 지 보실 수 있습니다.

<figure><img src="/files/uGyHZoD3lFfmSjzTCHaV" alt=""><figcaption></figcaption></figure>


---

# 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://docs.macgai7.com/macgai-manual/payments/unpaid/message.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.
