> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/messages/connect-sms-kakao.md).

# 문자/카카오톡 채널 연동하기

{% hint style="info" %}
센터 전화번호, 센터 카카오톡 채널로 내담자들에게 문자/카카오톡을 발송해보세요!
{% endhint %}

## ✉️ 문자 발송번호 연동하기

{% stepper %}
{% step %}
‘SMS/MMS/LMS 발송’ 탭 클릭 후, \[설정하기] 버튼을 클릭해주세요.

![](/files/xVdlxLZGFplBF0tMZ0Js)
{% endstep %}

{% step %}
노출된 팝업에서 발신번호를 입력 후 \[저장하기]를 눌러주세요.

![](/files/xWUTCAKPARdAtFK1gjKZ)

{% hint style="danger" %}
발신번호는 한 번 설정되면 사용자가 변경할 수 없습니다.

변경하시려면 고객센터로 문의해주세요!
{% endhint %}
{% endstep %}
{% endstepper %}

## 💬 카카오톡 채널 연동하기

{% stepper %}
{% step %}
‘친구톡 발송’ 혹은 ‘알림톡 발송’ 탭 클릭 후, 버튼을 클릭해 카카오톡 채널을 연결해주세요.

![](/files/xCazI1ISIcr8hJ8KYfVQ)
{% endstep %}

{% step %}
노출된 팝업에서 카카오톡 채널 연동을 진행해주세요.

![](/files/UamONTFRUNVcoN3YN7PU)

{% hint style="danger" %}
채널명은 검색 아이디를 입력해주세요! “@”가 포함돼야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/messages/connect-sms-kakao.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.
