Get a Text Message
Returns a text message specified by id.
Path Parameters
idnumberrequired
The id of the text message to return.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"message": {
"name": "Test SMS",
"previewUrl": "https://.../asset-TextMessage-9-1pma.png",
"messageId": 9,
"tenantId": 112,
"campaignId": 69,
"total_sent": 415,
"total_delivered": 407,
"total_failed": 20,
"total_replied": 1,
"total_optout": 53,
"total_clicked": 1,
"trackclicks": true,
"message": "{{user.firstname}} we are running a special next week - can you join us? https://www.dailystory.com",
"mediaurl": "https://.../2ae262acffcaf889ca85af505bc543b4.png",
"status": "Active",
"isEnabled": true
},
"id": "9"
}
}