Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the names of all user and group attributes that are referenced within the header and content area of a prepared message. The reference to the attributes is a personalization placeholder in the body of the message. All of these placeholders are replaced with individual user or message information during sendout.
Be aware that this method does not return member attributes.

Available from

v1

Request path

GET [REST URL]/message/getUsedPersonalizations

Query Parameters

Parameter

Type

Description

None



Request Body Type

list of String messageIds

Example body

["1800249553","1800202306"]

Example response

[{
    "entityKey": "1800249553",
    "code": null,
    "message": "user.FirstName"
}, {
    "entityKey": "1800202306",
    "code": null,
    "message": ""
}]
  • No labels