Property-Based Personalization
Basic Syntax
{{ user_properties["name"] | default: "Customer" }}{{ event_properties["product_name"] | default: "A recommended product" }}Where can I use it?

Examples
Message content
Link
Deep link
Be sure to set fallback text
Check with preview

Last updated