LMS
Messaging API that allows sending long text messages within 1,000 characters (2,000 bytes) in Korean
Last updated
Messaging API that allows sending long text messages within 1,000 characters (2,000 bytes) in Korean
Last updated
To use the service, you need to register the sender number in [Service Console / Sender Number].
The API can deliver message sending results through a .
Please refer to the following information to ensure that path variables (enclosed in curly braces {}) within each URI are not omitted when making calls.
service_id
service id
lms-standard : standard LMS
lms-bulk : bulk LMS
lms-finance : finance LMS
POST
https://60zzfzb7bb.apigw.ntruss.com/{service_id}/v2/send
Authorization*
string
userID;secret_key
Content-Type*
string
application/json;charset=utf-8
msg_data*
object array
Detailed data of messages (up to 10 records)
msg_key
string
Unique key for the message managed by the user (automatically assigned if null or blank)
title
string
LMS message title (After converting the character set to euc-kr, it will be marked as a failure if it exceeds 50 bytes)
sender_number*
string
Sender's phone number (registered sender number)
origin_cid
string
Initial sender's business code (Enter a 9-digit business code for special types of value-added communication service providers) (Up to 10 bytes)
receiver_number*
string
Recipient's mobile phone number
msg*
string
Transmitted message (After converting the character set to euc-kr, it will be marked as a failure if it exceeds 2000 bytes)
echo_to_webhook
string
The string to be received along with the webhook from API PLEX by the user (up to 256 bytes)
results
object array
Received message data
code
string
desc
string
Detailed acceptance result code
msg_key
string
Unique key for the message
C100
200
Success
C400_1
400
Invalid data type
Refer to the description in the response body
C400_2
400
Invalid request parameter
Refer to the description in the response body
C400_3
400
Missing required parameters
Refer to the description in the response body
C401_1
401
Missing the authorization key in the header
C401_2
401
Error in the authorization value in the header
Unable to separate values with ';'.
C401_3
401
Invalid authorization value in the header
Unable to find valid authorization information
C404_1
404
Unable to find the data
Refer to the description in the response body
C500_1
500
Internal server error
Refer to the description in the response body
G110
200
API UNIQUE ID exception (Invalid URL)
G140
200
Sender number exception
G141
200
Recipient number exception
G142
200
Invalid echo_to_webhook
value
Exceed 256 byte or type error
G150
200
Insufficient credit
G160
200
Exceeded the maximum number of transmissions per session
Acceptance result code (Refer to )