Get message list
Note:
For APIs used for Partner, the API key is:
<shop_key>
. The base_url information of the Partner.
Request:
Response:
Request body structure
campaign_id
int64
Campaign ID
id
string
OA ID
template_id
integer
ID of the message
journey_id
int64
Journey ID
msg_id
string
ZNS message ID
msg_type
string
Enum: "unknown" "template" "journey" "uid"
is_charged
bool
Charge or not
delivery_status
string
Enum: "unknown" "received" "seen"
phone
string
Recipient phone number
status
string
Status
Z
: Newly created
P
: Enable
N
: Disable
date_from
string<date-time>
Start date
date_to
string<date-time>
End date
tracking_id
string
Your API call tracking number, defined by you. You can use tracking_id for reconciliation without depending on the message_id provided by eTelecom.
Return data attribute structure
id
int64
Message ID on eTelecom system
shop_id
int64
Store ID on eTelecom system
user_id
int64
Sender ID on eTelecom system
campaign_id
int64
Campaign ID
delivery_status
string
Unkown
: Unknown
Received
: Received
Seen
: Viewed
delivery_time
string<date-time>
Time the user's device receives the ZNS notification
error_code
int
Error code
error_message
string
Error message
fee_main
int
Main fee
fee_token
int
Token Creation Fee
is_charged
boolean
True
: ZNS News is charged
False
: ZNS news is free of charge
journey_id
string
Journey ID
msg_id
string
ZNS message ID
type
string
template
: ZNS usually
journey
: ZNS journey
status
string
Status
Z
: Newly created
P
: Enable
N
: Disable
rate
integer
Number of stars rated by customers
note
string
Additional customer notes
feedback
array
Customer reviews section
submit_time
string<date-time>
When customers submit reviews
template_data
object
Message parameters
phone
string
Recipient phone number
sent_time
string<date-time>
ZNS notification sending time
template_id
integer
ID of the message
timeout
integer
Maximum time required by the system to process the request
tracking_id
string
Your API call tracking number, defined by you. You can use tracking_id for reconciliation without depending on the message_id provided by eTelecom.
updated_at
string<date-time>
Update date
created_at
string<date-time>
Date created
Last updated