페이지 이동경로
  • Docs>
  • Message>
  • Prerequisites

Message

Prerequisites

This document explains what you have to do before using the Kakao Talk Message APIs.

Set Kakao Talk Share webhook

Kakao Talk Share webhook is a function that informs you that the message has been successfully sent to the selected friends or chatroom through the specified webhook URL.

To use this function,

  1. Go to [My Application] > [Message] > [Kakao Talk Share Webhook], and click [Register Webhook].
  2. Select 'GET' or 'POST' for a request method, and set the Webhook URL of the service server to receive a webhook from the Kakao server.

To see the details on the webhook request, refer to Reference Information > Kakao Talk Share webhook.

Kakao Talk Message API webhook

The Kakao Talk Message API returns the message send result in the response, so a separate webhook feature is not required.

Allow firewall exceptions

If your service uses Kakao Talk Share webhook, you must allow Kakao IP addresses.

If you want to configure a preview page before sending a Kakao Talk Share message, you must allow firewall exceptions as described in DevTalk. Otherwise, it takes much time to send a Kakao Talk Share message or an image is not displayed because your service server blocks the Kakao scrapping server.