Documentation Index

Fetch the complete documentation index at: https://docs.mapp.com/llms.txt

Use this file to discover all available pages before exploring further.

/message/getUsedPersonalizations

Prev Next
Get
/message/getUsedPersonalizations

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.

Query parameters
messageId
integer (int64)

ID of the message

Responses
200

Example response:
["user.FirstName"]

Array of object
object
400