The message object
{
"createdAt": "2024-05-16T10:30:50.904+08:00",
"updatedAt": "2024-05-16T10:30:50.965+08:00",
"id": "message_19e23cf4-6f0f-47ed-8856-4623817684b1",
"recipient": "6599999999",
"values": {
"name": "John Doe",
"fruit": "apple"
},
"creatorId": "<USER_ID_OF_MESSAGE_CREATOR>",
"fullMessage": "<YOUR_FULL_MESSAGE>",
"latestStatus": "success",
"templateBodyId": "<YOUR_TEMPALTE_BODY_ID>",
"campaignId": "<YOUR_CAMPAIGN_ID>",
"templateBody": {
"createdAt": "2024-05-16T10:13:15.111+08:00",
"updatedAt": "2024-05-16T10:13:15.111+08:00",
"id": "<YOUR_TEMPALTE_BODY_ID>",
"templateId": "<YOUR_TEMPALTE_ID>",
"language": "english",
"body": "{{body}}",
"creatorId": "user_200972fc-2aa5-42f5-b6fd-4023d96afcd4"
},
"batches": [],
"language": "english",
"creatorEmail": "[email protected]",
"attempts": [
{
"status": "success",
"createdAt": "2024-05-16T10:57:52.534+08:00"
},
{
"status": "failure",
"createdAt": "2024-05-16T10:30:50.906+08:00",
"error": {
"type": "server_error",
"code": "server_unknown_error"
}
}
]
}Attributes
recipient
input
Remarks
Trailing white spaces
latestStatus string
Status in delivery report/API retrieve message status
Corresponding status on UI dashboard
What it means
attempts array of objects
Last updated
Was this helpful?