Message sending result (WebHook)
The results of SMS, LMS, and MMS are delivered to the client's callback URL.
API for delivering the processing results of Biz Message SMS, LMS, MMS to {Callback URL}
Webhook Body Example (API PLEX ➡ Client URL)
{
"results": [
{
"code": "0",
"desc": "성공",
"dest": "LGU",
"request_date": "2022-10-22 13:52:40.000",
"done_date": "2022-10-22 13:52:44.390",
"msg_key": "4b68ca16-7aa8-4a17-b74c-2b8e4adb13f8",
"echo_to_webhook": "echo test",
"message_type": “MMS”
}
]
}Webhook body format
key
type
required
description
Message result codes
code
description
Response Body (Client URL ➡ API PLEX)
key
type
description
Last updated