# 브랜드 메시지 발송하기

***

## <mark style="background-color:$danger;">발송 순서도</mark>

```
[1] 템플릿 등록 및 승인
     ↓
[2] 수신자 리스트 업로드 (조건 충족 여부 확인)
     ↓
[3] 메시지 발송 (예약 or 즉시)
     ↓
[4] 결과 확인 및 실패 대응
```

***

## <mark style="background-color:$success;">템플릿 유형</mark>

| 유형   | 구성 요소         | 활용 예시     |
| ---- | ------------- | --------- |
| 텍스트형 | 제목 + 본문 + 버튼  | 가입 유도, 공지 |
| 이미지형 | 이미지 + 본문 + 버튼 | 프로모션, 이벤트 |
| 캐러셀형 | 슬라이드 카드형 이미지  | 상품 소개     |
| 커머스형 | 이미지 + 가격 + 링크 | 쇼핑몰 메시지   |
| 동영상형 | 썸네일 + 링크      | 브랜드 영상 소개 |

* 버튼은 최대 1개
* 수신자 1인당 하루 1회만 발송 가능
* 브랜드 메시지는 ‘광고성 정보’이므로 **광고성 내용 발송 규정 준수 필수**
* 템플릿에 문구/요소 누락 시 즉시 반려될 수 있음
* 채널/계정/템플릿 등 각각의 승인 단계를 반드시 확인

***

#### 💬 FAQ

**Q. 수신자 기준 발송 횟수 제한이 있나요?**\
→ 네. 수신자 1명당 하루 1회만 발송 가능합니다.

**Q. 수신 동의 조건은 무엇인가요?**\
→ ‘카카오톡’ 또는 ‘카카오톡 채널’ 항목이 포함된 마케팅 수신 동의가 필요합니다.

**Q. 템플릿 등록은 반드시 브랜드 메시지용으로 해야 하나요?**\
→ 네. 템플릿 등록 시 **‘브랜드 메시지’ 유형 선택 필수**입니다.


---

# 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://guide-user.sendon.io/undefined-2.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.
