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

# 문자 메시지 발송

{% hint style="danger" %}

#### 안전한 메시징 서비스를 위한 안내

바티AI는 정보통신망법 및 각 플랫폼의 운영 정책을 준수합니다. 스팸으로 오인될 수 있는 메시지 발송 시 서비스 이용에 제한이 있을 수 있으니 반드시 정책을 먼저 확인해 주세요.

<mark style="color:red;">**👉(필독)**</mark> [불법 스팸 발송 관련 정책](/service/terms/spam-policy.md)
{% endhint %}

워크플로 검색창에서 **문자메시지 발송** 액션을 선택합니다.

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

{% hint style="info" %}
**'문자메시지 발송'과 '문자메시지 발송(바티캐시)'의 차이는?**

* 크레딧 - 바티 유료 플랜의 크레딧 내에서 발송 \
  \&#xNAN;**▶ 바티 자동화 기능과 함께 추가결제 없이 문자 발송을 쓰고 싶을 때**
* 바티캐시 - [Bati SEND](https://app.bati.ai/send/dashboard)에서 필요한 만큼 캐시를 충전하여 발송\
  \&#xNAN;**▶ 필요할 때마다 일정액 충전 후 대량 발송하고 싶을 때**

**💡바티캐시로 대량 발송이 필요한 경우** [**견적 문의**](https://app.bati.ai/contact/send)**를 견적 문의를 통해 추가 할인을 받으실 수 있습니다. 문의 후 바티캐시를 충전하여 더 저렴하고 효율적으로 사용해 보세요!**
{% endhint %}

액션이 추가되면 설정 팝업에서 세부 실행 요소를 설정합니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="VzCqrnZeRLjd7fnFVrEy" url="<https://app.arcade.software/share/VzCqrnZeRLjd7fnFVrEy>" %}

1. 발송할 내용에 변수를 사용하여 각 수신자에 맞는 내용으로 맞춤 문자를 발송할 수 있습니다.
2. 액션을 처음 실행하는 경우 **발신번호 등록하기**를 클릭하여 정보를  입력합니다. 사업자 등록된 기업 번호만 사용할 수 있습니다.\
   [문자발신번호 등록 가이드](/service/api/sender_number_regist_guide.md)
3. 수신번호에 데이터 컬럼을 입력하면 대량 맞춤 문자 발송이 가능합니다.\
   단건으로 발송하는 경우 연락처를 직접 입력할 수도 있습니다.
4. 메시지 타입은 SMS, LMS, MMS 중 선택할 수 있습니다.\
   SMS(단문)는 한글 45자(90byte), LMS(장문)와 MMS(이미지 첨부)는 한글 1,000자(2,000byte) 까지 입력 가능합니다.\
   변수를 사용하는 경우 글자수가 초과되면 내용이 누락될 수 있으니 주의해 주세요.
5. 미리 작성해놓은 메시지 제목과 본문을 선택해 주세요.
6. 광고성 문자인 경우 반드시 광고성 문자로 설정을 체크해 주세요.
7. 미리보기에서 설정한 내용을 확인하고 발송해 주세요.

{% hint style="warning" %}
**광고성 문자 의무 표기를 위반**한 경우 **과태료가 부과**될 수 있습니다. 광고 문자인 경우 반드시 **'광고성 문자'로 설정**해야 합니다. 설정 시 내용 **시작 부분에 (광고), 끝 부분에 무료 거부 번호가 자동 표기**됩니다. 무료 거부 번호는 공용 회선으로 무료 제공됩니다.
{% endhint %}


---

# 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://batiai.gitbook.io/service/action/batimessage.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.
