You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/content/email/advanced-html-editor.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Visual HTML Editor
2
+
title: Advanced HTML Editor
3
3
beta: true
4
4
---
5
5
6
-
Use the Visual HTML Editor to design your email template with both code and visual editing capabilities. Build your email template with code, copy and paste existing code, or use the visual editor for a code free design experience.
6
+
Use the Advanced HTML Editor to design your email template with both code and visual editing capabilities. Build your email template with code, copy and paste existing code, or use the visual editor for a code free design experience.
7
7
8
-
On this page, you'll learn how to use the Visual HTML Editor to build personalized email templates for your Engage campaigns.
8
+
On this page, you'll learn how to use the Advanced HTML Editor to build personalized email templates for your Engage campaigns.
9
9
10
10
## Getting started
11
11
12
-
You can navigate to the Visual HTML Editor in two ways:
12
+
You can navigate to the Advanced HTML Editor in two ways:
13
13
- When you build a new email template or edit an existing one.
14
14
- From a Send Email step in a Journey.
15
15
16
-
From the **Select Editor** screen, select **Visual HTML Editor** and click **Build Email**.
16
+
From the **Select Editor** screen, select **Advanced HTML Editor** and click **Build Email**.
17
17
18
18
From the editor screen, click **Use HTML Editor** or **Use Visual Editor** to toggle between the two editors.
19
19
@@ -24,7 +24,6 @@ Use the visual editor for a no-code option to design your email. With the visual
24
24
- Modify text color, size, and style
25
25
-[Insert an image](#insert-an-image)
26
26
- Add [merge tags](#personalize-with-merge-tags) and links
27
-
- Use [liquid templating](#liquid-templating)
28
27
- Add emojis
29
28
30
29
Engage updates any changes you make in the visual editor to the [HTML editor](#html-editor) in real-time.
@@ -51,8 +50,10 @@ Use the HTML editor to maintain your email template with code. Copy and paste ex
51
50
52
51
Engage displays any changes you make in a preview screen to the right of your code. You can preview your email in both desktop and mobile display.
53
52
53
+
Click **Format** at any time to properly indent and format your code in the HTML editor.
54
+
54
55
> info ""
55
-
> When you toggle from the HTML Editor to the Visual Editor, Engage may make minor changes to your code formatting. If Engage re-formats your code, it will not affect the email layout.
56
+
> When you toggle from the HTML editor to the visual editor, Engage may make minor changes to your code formatting. If Engage re-formats your code, it will not affect the email layout.
56
57
57
58
### Error flagging
58
59
@@ -70,7 +71,7 @@ Add merge tags to personalize your message with user profile traits.
70
71
71
72
### Liquid templating
72
73
73
-
Engage supports liquid templating to create dynamic content in the Visual HTML Editor.
74
+
Engage supports liquid templating to create dynamic content in the Advanced HTML Editor.
74
75
75
76
{% raw %}
76
77
@@ -87,8 +88,13 @@ For example, use `{% if %}`, `{% elseif %}`, and `{% else %}` tags to call a pr
87
88
```
88
89
{% endraw %}
89
90
91
+
If you use liquid templating, be sure to [test your email](/docs/engage/content/email/template/#test-the-email-template/) to make sure that everything renders properly.
92
+
90
93
> success ""
91
-
> If you use liquid templating, be sure to [test your email](/docs/engage/content/email/template/#test-the-email-template/) to make sure that everything renders properly.
94
+
> While both the HTML and visual editor support liquid templating, Engage recommends using the HTML editor to write liquid templating.
95
+
96
+
> warning ""
97
+
> Engage doesn't support liquid template syntax that produces partial blocks of HTML.
92
98
93
99
To view more examples related to your use case, visit the [LiquidJS docs](https://liquidjs.com/tags/if.html){:target="blank"}.
94
100
@@ -120,6 +126,6 @@ After you design the email, click **Create Email Template**. You can navigate to
120
126
- You can also learn about the [Drag and Drop Editor](/docs/engage/content/email/editor/) in Engage to build Email templates with drag and drop functionality.
121
127
122
128
> warning ""
123
-
> once you create an email with the Visual HTML Editor, you can't modify it with the Drag and Drop Editor, and vice versa.
129
+
> Once you create an email with the Advanced HTML Editor, you can't modify it with the Drag and Drop Editor, and vice versa.
Copy file name to clipboardExpand all lines: src/engage/content/email/editor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ After you design the email, click **Create Email Template**.
154
154
155
155
- Learn more about [building email templates](/docs/engage/content/template/) to include in your Engage campaigns.
156
156
157
-
- You can learn about the [Visual HTML Editor](/docs/engage/content/email/visual-html-editor) for both code and visual editing capabilities from a single view.
157
+
- You can learn about the [Advanced HTML Editor](/docs/engage/content/email/advanced-html-editor) for both code and visual editing capabilities from a single view.
158
158
159
159
> warning ""
160
160
> once you create an email with the Drag and Drop Editor, you can't modify it with the Visual HTML Editor, and vice versa.
Copy file name to clipboardExpand all lines: src/engage/content/email/template.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ plan: engage-premier
4
4
---
5
5
Use Twilio Engage to build personalized email templates to store and use throughout marketing campaigns.
6
6
7
-
Build an email template from scratch using the [Drag and Drop Editor](/docs/engage/content/email/editor/) or the [Visual HTML Editor](/docs/engage/content/email/visual-html-editor/). Include [personalized content](#personalize-with-merge-tags) in the subject line, preview text, and email body to engage with users based on their profile traits and actions.
7
+
Build an email template from scratch using the [Drag and Drop Editor](/docs/engage/content/email/editor/) or the [Advanced HTML Editor](/docs/engage/content/advanced-html-editor/). Include [personalized content](#personalize-with-merge-tags) in the subject line, preview text, and email body to engage with users based on their profile traits and actions.
8
8
9
9
10
10
## Build an Email template
@@ -29,7 +29,7 @@ To configure an email template, click **Create Template**.
29
29
6. Add preview text and the subject line. Use [merge tags](#personalize-with-merge-tags) to personalize the email template with real-time profile traits.
30
30
3. Select the design method to build your email template:
31
31
-[**Drag and Drop Editor**](/docs/engage/content/email/editor/) is a drag and drop WYSIWYG tool with customizable content blocks.
32
-
-[**Visual HTML Editor**](/docs/engage/content/email/visual-html-editor/) contains both a code and visual editor from a single view. This editor provides complete HTML editing access with error flagging.
32
+
-[**Advanced HTML Editor**](/docs/engage/content/email/advanced-html-editor/) contains both a code and visual editor from a single view. This editor provides complete HTML editing access with error flagging.
33
33
4. Design the email template, then click **Create Email Template**.
34
34
35
35
## Test the Email template
@@ -52,14 +52,14 @@ Personalize email content in Twilio Engage with real-time profile traits in your
52
52
53
53
As you configure the template, click **Merge Tags** and select the profile traits to include. Engage inserts the merge tags based on cursor placement.
54
54
55
-
You can also add merge tags in the heading or body text as you design an email with the [Drag and Drop](/docs/engage/content/email/editor/) or [Visual HTML](/docs/engage/content/email/visual-html-editor/) editors. Engage supports [liquid templating](https://liquidjs.com/tags/if.html){:target="blank"} to create dynamic content in the email design editor.
55
+
You can also add merge tags in the heading or body text as you design an email with the [Drag and Drop](/docs/engage/content/email/editor/) or [Advanced HTML](/docs/engage/content/email/advanced-html-editor/) editors. Engage supports [liquid templating](https://liquidjs.com/tags/if.html){:target="blank"} to create dynamic content in the email design editor.
56
56
57
57
> info ""
58
58
> To learn more about profile traits, visit Segment's [Computed Traits](/docs/engage/audiences/computed-traits) and [SQL Traits](/docs/engage/audiences/sql-traits/) documentation.
59
59
60
60
## Include unsubscribe links
61
61
62
-
When you build email templates, it's your responsibility to include an unsubscribe link in your message. Add unsubscribe links to an email template from the Drag and Drop or Visual HTML editors.
62
+
When you build email templates, it's your responsibility to include an unsubscribe link in your message. Add unsubscribe links to an email template from the Drag and Drop or Advanced HTML editors.
63
63
64
64
When a recipient clicks on an unsubscribe link, they'll see a confirmation page and the recipient's subscription state is updated.
0 commit comments