Skip to content

Commit d1515b0

Browse files
committed
Update test email content
1 parent 57c2474 commit d1515b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engage/content/email/template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ To configure an email template, click **Create Template**.
3333
4. Design the email template, then click **Create Email Template**.
3434

3535
## Test the Email template
36-
You can send test emails before you include a template in marketing campaigns
36+
You can send test emails before you include a template in marketing campaigns.
3737

3838
1. Select the email template you want to test on the Templates screen.
3939
2. From the Template Settings page, click **Test email**.
4040
3. If your template has profile traits, enter a trait value for the test email. This ensures that your merge tags work as expected.
4141
- To test a default value, leave the profile traits field blank. Default values must be assigned in your merge tags. For example, `loyal customer` would be the default for the following merge tag: {% raw %}```{{profile.traits.first_name | default: "loyal customer"}}```{% endraw %}.
42+
- To test traits with arrays, you must input the array in JSON format. For example, `[“item1”, “item2”]` or `[{“itemName”: “shoes”}]`. If you don't use JSON format for arrays in the test message side sheet, your template might not render as expected.
4243
4. Enter recipient email addresses for the test message.
4344
- Profiles that you send test messages to must have a userId in Segment.
4445
5. Select **Send test email**.

0 commit comments

Comments
 (0)