Question about email substitution strings

Hello,I’m having trouble getting the registration email to properly substitute. I want to include a property from my user record (user.firstName) in the email. Users in the database are identified by their emails.
v identity_value
email: ‘cameron@whatever.com’
^ identity_name
How would I go about accessing other properties, like firstName?

Hi Cameron,

Currently we do not support substitution for other user properties, it works only with the identity (name/value). This is a great idea though and I will add it to the roadmap.

Regards,
Mark

Glad to hear it’ll be in a future version. Thanks!