Callback Delivery Report
Last updated
Last updated
To ge the delivery report from Operator; you can define Parameter (notifyUrl and notifyContentType) in requesting API Send. Our platform will push following information
You can start creating HTTP request as this following:
Request body should contain Parameter
Sample JSON Response
Sample XML response
Header
Description
HTTP Request (URL)
HTTP Headers
Content-Type: application/json หรือ application/xml
Authorization: (Basic Auth) Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
HTTP Methods
POST
Parameter
type
description
bulkId
String
The ID which uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.
details
Array
Set of information from the response
messageId
String
The ID that uniquely identifies the sent message
to
String
The destination mobile number for your message
from
String
Represents a sender ID which can be alphanumeric or numeric (maximum 11 characters, space is not allowed. Example: from = ANTS
text
String
Text of the message that will be sent.
credit
Decimal
SMS credit usage.
sendDate
String
Date and time when the message is to be sent. Used for scheduled SMS (not sent immediately, but at scheduled time).
doneDate
String
Tells when the SMS was finished processing by our system/network operator system (ie. delivered to destination network, delivered, etc.)
status
Array
Indicates whether the message is successfully sent, not sent, delivered, not delivered, waiting for delivery or any other possible status.
code
String
Code ID of return status.
name
String
Name of return status.
description
String
Description of return status.
callbackData
String
The metadata value will be returned.