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

# 카카오 채널 등록

## 카카오 채널 설정

알림톡 및 CRM 을 발송하기 위해서는 카카오 비즈니스 채널 계정이 필요해요. 비즈니스 채널 계정이 없는 경우에는 카카오 비즈니스 채널을 먼저 생성해주세요. 😉 [카카오 비즈니스 채널 생성 가이드](https://kakaobusiness.gitbook.io/main/channel/start)

원해 온보딩에 필요한 올바른 카카오 채널 설정을 위해 아래와 같이 총 2가지 작업이 필요해요.

{% hint style="info" %}
❶ 검색 아이디 확인

❷ 채널공개, 검색허용 ON
{% endhint %}

### STEP.1 검색 아이디 확인

❶ 카카오 비즈니스 채널 - 채널 관리자 센터에 로그인 해주세요

{% embed url="<https://center-pf.kakao.com/profiles>" %}

❷ 원해에 연동할 카카오 비즈니스 채널을 클릭 해주세요

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

❸프로필 > 프로필 설정을 클릭한 후 검색 아이디 확인 해주세요.

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

## STEP.2 설정 활성화

❶ 검색 아이디 확인할 때 접속하신 프로필 설정 페이지 진입 해주세요

❷ 옵션 설정 > 공개 설정 > <mark style="color:red;">채널공개 ON, 검색 허용 ON</mark>

<mark style="color:red;">👏</mark>수고하셨어요! 원해 카카오 채널 연동을 위한 모든 설정이 끝났어요!


---

# 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://onehae.gitbook.io/onehae-v2/initialization/kakao_business_channel.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.
