/preparedmessage/get
  • 1 Minute to read
  • Dark
    Light

/preparedmessage/get

  • Dark
    Light

Article summary

Get
/preparedmessage/get

Returns a prepared message identified by the messageId, personalized for contactId.

Query parameters
messageId
integer (int64) Required

The prepared message ID

contactId
integer (int64) Required

The contact ID to personalize message for. It has to be the member of the prepared message's group. Note: empty - Leave contact empty to get not personalized (raw) message

Responses
200

{
"contactId": 45802709,
"messageId": 7579,
"name": "JohnPreparedWithCustom20220215",
"groupId": 3302,
"groupName": "John20220208",
"selectionId": null,
"selectionName": null,
"channelId": 327699,
"channelName": "DMC Email",
"externalId": null,
"messageCategoryId": null,
"messageCategoryName": null,
"message": {
"subject": "JohnPreparedWithCustom20220215",
"emailBodyText": null,
"emailBodyHtml": "JohnPreparedWithCustom20220215\r\nEmail(standard) tt7177798@gmail.comtt7178198@gmail.com\r\nEmail(Custom) OBFUSCATEDtt71778198@gmail.com</body></html>",
"smsText": null,
"faxText": null,
"emailHeaders": [],
"attachments": [],
"attachmentReferences": null,
"encoding": "ISO-8859-1",
"encodingSMS": "ISO-8859-1",
"imageHandlingMode": "none"
}
}

Expand All
object
contactId
integer (int64)
messageId
integer (int64)
name
string
groupId
integer (int64)
groupName
string
selectionId
integer (int64)
selectionName
string
channelId
integer (int64)
channelName
string
externalId
string
messageCategoryId
integer (int64)
messageCategoryName
string
message
object (MessageBase)
subject
string
emailBodyText
string
emailBodyHtml
string
smsText
string
faxText
string
emailHeaders
Array of object (Attribute)
object
name
string
value
string
attachments
Array of object (Attachment)
object
name
string
contentType
string
content
string
attachmentReferences
Array of object (AttachmentReference)
object
contentId
string
reference
string
encoding
string
encodingSMS
string
imageHandlingMode
string
400

Please enter a valid prepared message ID, Please enter a valid test contact ID to get the personalized HTML. Leave it blank to get the raw HTML, No membership for user '25493969' in group '2186' found.


Was this article helpful?