> For the complete documentation index, see [llms.txt](https://guide.roundhr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.roundhr.com/interview/template/message/sms.md).

# 문자 템플릿

## 개요

문자 템플릿은 지원자에게 발송하는 문자 메시지의 내용을 사전에 작성하여 재사용하는 기능입니다. 면접 안내, 합격 통보 등 반복적으로 사용하는 문자를 템플릿으로 만들어 업무 효율을 높일 수 있습니다.

### 핵심 이점

* 자주 사용하는 문자를 **템플릿으로 저장**하여 반복 활용
* **빠른 생성** 기능으로 상황별 문자 템플릿을 즉시 생성
* 생성한 템플릿을 팀원과 **공유하여 사용** 가능

***

## 사전 준비

{% hint style="warning" %}
**채용 매니저**는 **자신이 만든 템플릿만 수정 및 삭제**할 수 있고 **다른 사람이 만든 템플릿은 미리보기 및 사용**만 할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
문자 템플릿에서는 서식 적용(폰트 사이즈, 폰트 컬러 변경 등)을 할 수 없습니다.
{% endhint %}

***

## 1. 문자 템플릿 생성 및 미리보기

* <mark style="color:red;">**`설정`**</mark> > <mark style="color:red;">**`템플릿`**</mark> > <mark style="color:red;">**`메시지 템플릿`**</mark> > <mark style="color:red;">**`문자`**</mark> 탭에서 **템플릿을 생성**할 수 있습니다.
* <mark style="color:blue;">**`생성`**</mark>버튼을 눌러 새롭게 생성하거나 기존에 있는 문자 템플릿을 클릭하여 수정할 수 있습니다

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

***

## 2. 문자 템플릿 빠른 생성

* 빠른 생성 기능으로 상황에 맞는 문자 템플릿을 쉽게 만들 수 있어요.
* <mark style="color:blue;">**`+생성`**</mark> > <mark style="color:blue;">**`빠른 생성`**</mark> 버튼을 클릭합니다.

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

* 라운드HR에서 제공하는 상황별 문자 템플릿 중에서 원하는 템플릿을 선택하고 <mark style="color:blue;">**`이 템플릿으로 편집 시작`**</mark> 버튼을 클릭합니다.
* 문자 템플릿은 지속적으로 업데이트 됩니다!

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

***

## 자주 묻는 질문

<details>

<summary>문자 템플릿에 서식(볼드, 색상 등)을 적용할 수 있나요?</summary>

아닙니다. 문자 메시지 특성상 문자 템플릿에서는 서식 적용(폰트 사이즈, 폰트 컬러 변경 등)을 할 수 없습니다. 서식이 필요한 경우 메일 템플릿을 활용하세요.

</details>

<details>

<summary>다른 사람이 만든 문자 템플릿을 수정할 수 있나요?</summary>

아닙니다. 채용 매니저는 자신이 만든 템플릿만 수정 및 삭제할 수 있습니다. 다른 사람이 만든 템플릿은 미리보기와 사용만 가능합니다. 채용 관리자 이상 권한이 있으면 모든 템플릿을 수정할 수 있습니다.

</details>


---

# 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://guide.roundhr.com/interview/template/message/sms.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.
