Skip to content

Commit fa6d3fe

Browse files
authored
Merge pull request #3670 from segmentio/clone-a-template
Add template cloning feature
2 parents 4f08388 + 3f286a6 commit fa6d3fe

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/engage/content/email/template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ When a recipient clicks on an unsubscribe link, they'll see a confirmation page
6363

6464
Only send messages to subscribed users. Learn more about [User Subscriptions](/docs/engage/user-subscriptions/) in Twilio Engage.
6565

66+
## Clone an Email template
67+
68+
You can clone existing Email templates to edit and use in your message campaigns.
69+
70+
To clone a template, navigate to the Templates page (**Engage > Content**). You can also clone from the Overview page of an individual template.
71+
72+
1. Click the **...** icon.
73+
2. Select **Clone**.
74+
3. Enter a template name.
75+
4. Click **Clone** to save the template.
76+
77+
After you clone a template, you can edit it from the Templates page.
78+
6679
## Next steps
6780

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

src/engage/content/sms/template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ Engage inserts the selected traits inside merge tags based on cursor placement i
5050
> info ""
5151
> 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.
5252
53+
## Clone an SMS message template
54+
55+
You can clone existing SMS templates to edit and use in your message campaigns.
56+
57+
To clone a template, navigate to the Templates page (**Engage > Content**). You can also clone from the Overview page of an individual template.
58+
59+
1. Click the **...** icon.
60+
2. Select **Clone**.
61+
3. Enter a template name.
62+
4. Click **Clone** to save the template.
63+
64+
After you clone a template, you can edit it from the Templates page.
65+
5366
## SMS best practices and limitations
5467

5568
### Include an SMS opt-out message

0 commit comments

Comments
 (0)