# Kakao 消息入门指南

KakaoTalk 是韩国广泛使用的消息传递平台，提供了一种与用户建立联系的强大方式。通过 Pushwoosh，您可以使用预先批准的消息模板，通过 Customer Journeys 发送 KakaoTalk 消息，作为您营销活动的一部分。

您还可以通过 API 使用经批准的模板并进行变量替换来发送消息。



## 发送 Kakao 消息的先决条件


要开始使用 Pushwoosh 发送 KakaoTalk 消息，请确保满足以下要求：

<Steps>

1. **将 KakaoTalk 连接到 Pushwoosh**

   通过配置您的 User Code 和 Secret Key，将您的 KakaoTalk 帐户链接到您的 Pushwoosh 项目。
   [了解更多](/zh/product/first-steps/start-with-your-project/configure-platforms/kakao-configuration/)

2. **创建并批准消息模板**

   在 Pushwoosh 控制面板中创建 KakaoTalk 消息模板并提交以供批准。只有经过批准的模板才能用于发送消息。
   [了解更多](/zh/product/content/kakao-presets/)

</Steps>

## 在 Pushwoosh 中创建 Kakao 模板

直接在 Pushwoosh 控制面板中创建和管理 KakaoTalk 消息模板。模板必须经过批准才能在营销活动中使用。

<LinkCard title="了解更多" href="/product/content/kakao-presets/" />

## 发送 Kakao 消息

您可以使用以下方法在 Pushwoosh 中发送 KakaoTalk 消息：

### 通过 Customer Journey

通过 Customer Journey 使用经批准的消息模板发送 KakaoTalk 消息，并利用变量替换实现个性化。

<LinkCard title="了解更多" href="/product/messaging-channels/kakao/send-kakao-messages/#send-kakao-messages-via-customer-journey" />

### 通过 API
使用 Pushwoosh API 发送 KakaoTalk 消息。使用经批准的模板并通过变量进行个性化设置。

<Aside type="caution" icon="setting" title="需要开发人员协助">
您需要开发团队的帮助才能通过 API 发送 KakaoTalk 消息。请与他们分享以下指南以开始使用。
</Aside>

<LinkCard title="了解更多" href="/developer/api-reference/kakao/" />