Message sending result (WebHook)
The results of the Kakao Messaging API are delivered to the client's callback URL.
WebHook API
API that delivers Kakao API processing results to the specified {Callback URL}
Webhook body (API PLEX ➡ Client URL)
{
"results": [
{
"code": "F",
"desc": "기타",
"request_date": "2023-05-01 00:00:00.000",
"done_date": "2023-05-01 00:00:00.000",
"msg_key": "user_key_1",
"echo_to_webhook": "echo test",
"failback": {
"code": "F",
"desc": "기타",
"dest": "ETC",
"done_date": "2023-05-01 00:00:00.000",
"api_unique_id": "sms-standard",
"message_type": "SMS"
}
}
]
}Webhook body format
key
type
description
Kakao result code
code
description
Response body (Client URL ➡ API PLEX)
key
type
required
description
Last updated