# 고객 메시지 전송

## 개요

고객과의 효과적인 커뮤니케이션을 위한 고객에게 메시지를 전송하는 방법에 대해 설명합니다.

고객 메시지 전송은 문자전송 가이드, 알림톡전송 가이드, 메일전송 가이드 등으로 구성됩니다.

각 항목별로 전송 방식, 사용 서비스, 설정 파일, 템플릿 작성 방법, 테스트 방법 등에 대해 상세하게 안내합니다.

***

## 문서 구성

<details>

<summary><a href="/pages/0e1e4a0830ff371b33bdbc89d866a902aec86d55"><strong>문자전송 가이드</strong></a> </summary>

고객에게 문자 보내기 위한 문자 전송 소스와 설정 방법에 대해 설명합니다.

</details>

<details>

<summary><a href="/pages/d5d1fb6c727ddcb2d862a815a1a38ae8d3632e4c"><strong>메일 전송 가이드</strong> </a></summary>

고객에게 메일 보내기 위한 메일 전송 소스와 방법에 대해 설명합니다.

</details>

<details>

<summary><a href="/pages/378b67b65cddb3fe5b462fdec85520c2668ba996"><strong>알림톡 전송 가이드</strong>  </a></summary>

고객에게 카카오톡으로 알림톡 메시지를 보내기 위한 소스와 방법에 대해 설명합니다.

</details>


---

# Agent Instructions: 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:

```
GET https://tech.x2bee.com/dev-guide/dev-start/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
