> For the complete documentation index, see [llms.txt](https://mgunexcel.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mgunexcel.gitbook.io/doc/self/advanced/sms.md).

# 문자전송 세팅

다음 4**가지**가 필요합니다\
하나씩차근차근 설명 드리겠습니다.

1\. [“문자업체” 회원가입](https://smartsms.aligo.in/join.html)\
2\. [“연동정보" 발급받기](https://smartsms.aligo.in/admin/api/auth.html)\
3\. “DB 추출기”에 정보입력\
4\. 정보통신법 문자 광고 가이드라인

## 1. "문자업체" 회원가입

알리고 스마트문자 사이트에 회원 가입해주세요.\
업체 선택 이유는 국내에서 <mark style="color:red;">**가장 저렴해서**</mark> 입니다.

{% embed url="<https://smartsms.aligo.in/shop/>" %}

## 2. "연동정보" 발급받기

로그인 후 아래 페이지에서\
3가지를 준비해주세요.

{% embed url="<https://smartsms.aligo.in/admin/api/auth.html>" %}

1. API Key 발급받기
2. 내 PC의 IP 주소를 등록\
   (현재 접속한 IP 정보가 웹 창에 나오니 그 정보를 그대로 넣어 주시면 됩니다)
3. 발신번호 (문자를 보낼 번호)를 등록

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

## 3. "DB 추출기에" 정보입력

문자 버튼을 클릭하고\
방금 준비한 3가지 값을 넣어 주시면 준비 끝입니다.

<figure><img src="/files/3MbXUPN75gaApPhHbYxJ" alt=""><figcaption></figcaption></figure>

#### 문자 보내기

보낼 업체를 표에서 마우스로 선택한 후\
문자 버튼을 클릭하면\
문자 내용을 입력하는 창이 나옵니다.

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

## 4. 정보통신법 문자 광고 가이드라인

DB 를 수집하는 것은 합법이지만\
개인 고객에게 문자, 전화를 통해\
어떤 정보를 전달할 때는\
해당 고객의 승인을 받아야 합니다.

DB 추출기로 수집한 연락처는 **엄밀히 말 해**\
**수신동의를 받은 건 아니므로**\
아래와 예시처럼 미끼상품 이용\
마케팅으로 풀어내는 게 정석입니다.

1. 10만 원 상당 쿠폰을 드립니다.
2. 5천 부 팔린 PDF, 무료로 드립니다.

[📌 가이드라인 보기](https://www.dentweb.co.kr/BBS/Details?Div=1\&Id=2)

* 전화의 경우 DB 수집의 위치를 알려주고 텔레마케팅을 하는 것은 합법입니다.
* 문자의 경우 수신동의, 거래관계에서 정보를 전달하는 것은 합법입니다.
* 스팸 법 준수와 법적 책임은 사용자에게 있음을 밝히며\
  익숙하지 않으신 분은 문자 광고를 지양해주세요.


---

# 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://mgunexcel.gitbook.io/doc/self/advanced/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.
