Skip to content

Commit 8ccebab

Browse files
Merge branch 'develop' into listrak/add-destination-documentation
2 parents 3c48585 + cf8f8d0 commit 8ccebab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/_data/catalog/slugs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,6 @@ destinations:
114114
- original: "pinterest-conversions-api"
115115
override: "actions-pinterest-conversions-api"
116116
- original: "encharge-actions"
117-
override: "encharge-cloud-actions"
117+
override: "encharge-cloud-actions"
118+
- original: "pardot-actions"
119+
override: "actions-pardot"

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)