Seeing text in curly braces (e.g., {{...}}) in the in-app message preview is expected behavior and not an error.
These are placeholders for dynamic content that will be replaced with the correct values when the message is delivered to a user's device.
This allows you to use:
* Localization: The placeholder will be replaced with the correct language version from your template based on the user's device language.
* Personalization: The placeholder can be replaced with a specific user's attribute or tag value (e.g., {{user_name}} becomes "John").
To see how the final message will look, we recommend sending a test message to your own device. This will show the content with all placeholders correctly replaced.
Comments
0 comments
Please sign in to leave a comment.