User Property Types
File - User Property
File user properties capture the value of a file
values sent in a track
event, as a base 64 encoded string. These values can then be used to send email attachments.
For example, one might create a File
type user property to capture to send receipt’s for a purchase. Then, this file will be assigned as a user property value, which is accessible in templates.
Like Performed
user properties, File
user properties are calculated synchronously from within event entry Journeys. This allows you to include files in the same track event used to trigger journeys, and guarantee that the file is used to render message templates for those journeys.
Example Use Case - Sending an Email Attachment
See the Email Editor section for a full example of how to send an email attachment.