> 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/faq/function/allimtalk-template.md).

# 카카오 알림톡 템플릿 사용과 등록은 어떻게 하나요?

{% hint style="info" %}
알림톡은 사전에 1) 비즈니스 인증(사업자등록증 필요), 2) 템플릿 승인을 받아야 보낼 수 있어요.\
**템플릿 승인은 최대 7\~10일이 소요**됩니다.
{% endhint %}

***

## 나의 비즈니스 채널을 사용하기

### 카카오톡 채널 등록하기

{% hint style="warning" %}
카카오톡 비즈메시지를 발송하려면 카카오톡 채널을 먼저 등록해야 합니다.\
카카오톡 채널은 카카오톡 비즈니스 ID로, 사업자등록증이 필요합니다.

**💡사업자가 없는 경우 발신프로필에서 batibot을 선택하면 바로 액션을 실행할 수 있어요!**
{% endhint %}

[▶카카오 비즈니스 가이드](https://kakaobusiness.gitbook.io/main/channel/start)

1. 카카오 비즈니스 계정 가입하기
2. 카카오톡 채널 만들기
3. 사업자 정보 입력하기 <mark style="color:orange;">(사업자등록증필요)</mark>
4. 카카오톡채널 정보 입력하기 **(아래 이미지 참고)**

   1. 채널 공개&검색 허용 설정하기
   2. 고객센터 연락처 입력하기

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

***

### Bati SEND에 카카오톡 채널 정보 입력하기

[카카오톡 채널 관리자센터](https://accounts.kakao.com/login/?continue=https%3A%2F%2Fcenter-pf.kakao.com%2Fprofiles#login)에서 채널 정보를 확인하시고 Bati SEND에 입력해 주세요.

<table><thead><tr><th width="309">카카오톡 채널 정보</th><th>Bati SEND</th></tr></thead><tbody><tr><td>프로필 - 프로필 설정 - <strong>검색용 아이디</strong></td><td>발신 프로필 등록 - <strong>카카오톡 발신 프로필</strong></td></tr><tr><td>프로필 - 프로필 설정 - <strong>카테고리</strong></td><td>발신 프로필 등록 - <strong>사업자 카테고리</strong></td></tr></tbody></table>

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

***

### Bati SEND에서 담당자 휴대폰 인증하기

카카오톡 채널 담당자와 동일한 연락처를 입력하여 인증을 진행하면 프로필 등록이 완료됩니다.\
카카오 채널 프로필 상태, 카카오 채널 상태 등 프로필 사용 가능 여부를 확인해주세요.

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

***

### 카카오 알림톡 템플릿 등록하기

알림톡 템플릿은 액션 상세 설정의 '새 템플릿 추가'를 눌러 Bati SEND에서 등록할 수 있어요.&#x20;

[▶Bati SEND에 알림톡 템플릿 등록하기](https://app.bati.ai/send/alimtalk)

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


---

# 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/faq/function/allimtalk-template.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.
