/message/validate
  • 1 Minute to read
  • Dark
    Light

/message/validate

  • Dark
    Light

Article summary

Get
/message/validate

Validates a prepared message for the following functionality: check that message is valid (InvalidObjectError -> objecttype message), check that message does not contain invalid content store items, check that message does not use archived Attributes (InvalidObjectError -> objecttype attribute).
Request body example:

["1800249570","1800202306"]

Query parameters
messageId
stringRequired

ID of the message

Responses
200

Example response:
{
"entityKey": "1800249570",
"code": "ARCHIVED_ATTRIBUTE",
"message": "Message contains archived attribute(s) user.CustomAttribute.Attribute1."
}

object
entityKey
string
code
string
message
string
400

Was this article helpful?