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

# 발송 과정 안내

## 1. **발송 준비 체크리스트**

RCS 기업 메시지 발송을 위해서 아래의 사항을 확인해 주세요.

* [x] 기업 계정 / 브랜드 / 대화방을 생성하였습니까?
* [x] 등록한 기업 계정 / 브랜드 / 대화방이 모두 승인 완료 상태입니까?
* [x] RCS 기업 메시지를 보내줄 문자 대행사와 계약을 체결하였습니까?
* [x] 해당 대행사에 운영 권한을 설정하였습니까?

***

## **2. 메시지 발송**

RCS 기업 메시지는 상품 코드와 상관없이 하나의 API를 이용하여 발송할 수 있습니다. (/message)

* RCS SMS / LMS / MMS / 템플릿 / 양방향

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

### 2. 1. 미디어를 포함한 메시지 발송 (MMS인 경우)

이미지/동영상 등 미디어 파일을 함께 보내야 하는 경우, 미디어 파일을 먼저 등록하셔서 파일의 웹 경로가 정의되어야 합니다.

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

{% hint style="info" %}
메시지에 사용된 모든 미디어의 총용량이 1MB 이하여야 발송됩니다.
{% endhint %}

### 2. 2. 템플릿 메시지 발송

템플릿의 경우, 사전 등록 및 승인 심사 후, 메시지 발송이 가능합니다.

<figure><img src="/files/5rgwjF89197WmAluvfGG" alt=""><figcaption></figcaption></figure>

### 2. 3. 레이아웃 메시지 발송

레이아웃의 경우, 사전 등록 후, 메시지 발송이 가능합니다.

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

### 2. 4. 메시지별 추가 설정

RCS 기업 메시지를 전송하는 시점에 메시지 성격에 따라 다음과 같은 설정을 추가적으로 할 수 있습니다. (/message)

#### 발송 옵션 설정 (expiryOption)

이통사로 RCS 기업 메시지 발송 시도 후, revoke & 결과 return 최대 시간을 설정할 수 있습니다.

{% hint style="success" %}
\- 1 : 24시간\
\- 2 : 30초\
\- 3 : 3분\
\- 4 : 1시간
{% endhint %}

#### 캠페인 그룹 설정 (groupId)

{% hint style="success" %}
\- 캠페인 구분자 (RBC에서 제공하는 통계 단위)\
\- group id로 정확한 통계 집계를 확인하려면, 동일한 메시지별 하나의 group id로 지정하셔야 합니다.\
\- 여러 메시지 유형을 섞어서 사용하는 경우, 버튼 클릭 집계 오류가 있을 수 있습니다.
{% endhint %}

#### 정보 / 광고 메시지 구분 (header / footer)

{% hint style="success" %}
\- **header에 광고성 메시지를 선택하는 경우, 수신자 단말에 표시됩니다.**\
&#x20; 0 : 정보성 메시지\
&#x20; 1 : 광고성 메시지, 카드 위 (광고) 표시

\- **광고 메시지인 경우, footer에 전화번호도 입력해 주셔야 합니다.** (무료 수신 거부 전용)
{% endhint %}

{% hint style="info" %}
**통합 RCS 메시지는 header/footer에 정보가 표시되지 않습니다.**

광고성 메시지 발송 시 아래와 같이 메시지 본문에 해당 내용을 포함하여 입력해 주셔야 합니다.

\- 타이틀 또는 본문에 (광고) 문구 직접 표기

\- 메시지 본문 끝에 ‘무료 수신 거부 전화번호’ 직접 표기

&#x20; [통합 RCS 메시지 발송 규격 안내 바로가기](https://biz-rcs-1.gitbook.io/biz-rcs/biz-rcs/rcs)&#x20;
{% endhint %}

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

#### 메시지 복사 가능 여부 설정 (copyAllowed)

{% hint style="success" %}
\- **copyAllowed를 허용하는 경우, 수신자 단말에서는 각 메시지별 글자 복사가 가능합니다.**

&#x20;  true : 수신자가 메시지 내용을 복사할 수 있음

&#x20;  false : 메시지 내용 복사 불가
{% endhint %}

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


---

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

```
GET https://docs.rcsbizcenter.com/messages/introduce/guide.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.
