Send customer care message using POST X-Form
HTTP request
POST https://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_post/
Content Type: application/x-www-form-urlencoded
Response Type: application/json
Request body:
Phone
string
The phone number of receiver.
Content
string
The content of message.
ApiKey
string
Your API Key.
SecretKey
string
Your Secret Key.
SmsType
number
Message type: 2: Customer care message.
Brandname
string
The name of the sender is shown in the header of the customer's message. Pre-registration is required.
Response:
Valid request.
Response body:
CodeResult
string
Response code.
SMSID
string
The message id eSMS system.
ErrorMessage
string
The error message if the request is invalid.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated