Skip to content

Commit b6ffb6e

Browse files
authored
Merge pull request #5809 from segmentio/Template-folders
Template folders
2 parents 6d4026f + 023b17e commit b6ffb6e

File tree

5 files changed

+38
-1
lines changed

5 files changed

+38
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Organize with folders
2+
3+
Use folders to organize your Email, SMS/MMS, Push, and Whatsapp content templates. Group related content together to better help you manage and find your marketing resources.
4+
5+
From the Templates overview page you can create, update, view, and delete template folders.
6+
7+
8+
<div class="premonition warning"><div class="fa fa-exclamation-circle"></div><div class="content"><p markdown=1>You must have both read and write workspace permissions to create or make changes to folders.</p></div></div>
9+
10+
To create a folder:
11+
12+
1. Navigate to **Engage > Content**.
13+
2. Select the tab for the template type (Email, SMS, WhatsApp, or Push) you'd like to create the folder for.
14+
3. Click **Create**, then select **Folder**.
15+
4. Add a folder name, then click **Create**.
16+
17+
You can also rename, add templates, or disband your folder from the Templates overview page. Disbanding a folder returns all templates from the folder to the main template list, without deleting any of the templates.
18+
19+
<div class="premonition info"><div class="fa fa-info-circle"></div><div class="content"><p markdown=1>You can only organize templates in your folders according to template type. For example, you can't group email and SMS templates in the same folder.</p></div></div>
20+
21+
### Move templates to your folders
22+
23+
From the Templates overview page, you can select individual template(s) to move to your folders.
24+
25+
After you select the templates you'd like to move:
26+
1. Click **Actions**, and select **Move Templates**.
27+
2. Select the destination folder, then click **Move templates to folder**.
28+
29+
Use the **Actions** button in your folder to remove templates or move them to a different location. When you remove a template, Engage returns the template to the Templates overview page, without deleting it.

src/engage/content/email/template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@ To clone a template, navigate to the Templates page (**Engage > Content**). You
106106
2. Select **Clone**.
107107
3. Enter a template name.
108108
4. Click **Clone** to save the template.
109-
109+
110110
After you clone a template, you can edit it from the Templates page.
111111

112+
{% include content/engage-folders.md %}
113+
112114
## Next steps
113115

114116
- View some [email deliverability tips and tricks](https://docs.sendgrid.com/ui/sending-email/deliverability){:target="blank"} from SendGrid.

src/engage/content/mobile-push.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Engage inserts the selected traits inside merge tags based on cursor placement i
9292
> info ""
9393
> To learn more about profile traits, visit Segment's [Computed Traits](/docs/unify/traits/computed-traits/) and [SQL Traits](/docs/unify/traits/sql-traits/) documentation.
9494
95+
{% include content/engage-folders.md %}
96+
9597
## Next steps
9698

9799
Now that you've built a mobile push template, you're ready to begin [sending mobile push campaigns](/docs/engage/campaigns/mobile-push/push-campaigns/).

src/engage/content/sms/template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ To delete an SMS template:
113113
2. Select the **...** icon next to template you want to delete. Click **Delete**.
114114
2. From the **Confirm Template Deletion** popup, click **Delete Template**.
115115

116+
{% include content/engage-folders.md %}
117+
116118
## SMS best practices and limitations
117119

118120
### Include an SMS opt-out message

src/engage/content/whatsapp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Meta must first review and approve your WhatsApp template before you can use it
7070

7171
For more on the template approval process, view [recommendations and best practices for creating WhatsApp Message Templates](https://support.twilio.com/hc/en-us/articles/360039737753-Recommendations-and-best-practices-for-creating-WhatsApp-Message-Templates){:target="_blank"}.
7272

73+
{% include content/engage-folders.md %}
74+
7375
## Next steps
7476

7577
Once your template has been approved, you can [create a Journey to send a WhatsApp campaign](/docs/engage/campaigns/whatsapp-campaigns).

0 commit comments

Comments
 (0)