1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
You can definitely include personalization elements in your emails. To include substitution values, just include the attribute name in double curly braces.
For example, if you have an attribute called User.UserAttributes.FirstName, you could include the following in your email:
<p>Hello {{User.UserAttributes.FirstName}},</p
>```
If you have an attribute called Attributes.FirstName, you'd use {{Attributes.FirstName}} instead.
Hope that helps! Thank you for using Amazon Pinpoint.
Brent @ AWS
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago

i am also having similar user case.. where i have created template..in pinoint the same template for @yahoo and outlook they are landing in inbox.. for gmail they are landing in spam folder.. we also use images with href tags .. please let me know how can i fix this problem