Reuse email content blocks across campaigns
Pushwoosh allows you to combine email content by inserting one piece of email content into another. This makes it easy to reuse elements like headers, footers, or specific content blocks across different emails.
For example, if you have Email content A (a header) and Email content B (a newsletter), you can insert Email content A into Email content B without manually copying content each time.
Syntax
To insert one piece of content into another, use the following syntax:
{% email_content "AAAAA-BBBBB" %}
Where “AAAAA-BBBBB” is the ID of the email content you want to insert. You can find the ID located beneath the content name in your list of email content.
Example
Let’s say you have two pieces of content:
- Header content (ID: “AAAAA-BBBBB”) with a predefined header design.
- Newsletter content, where you want to include the header.
To insert the header into the newsletter, you would use the following:
{% email_content "AAAAA-BBBBB" %}
This allows you to easily reuse a predefined header in multiple email campaigns, saving time and ensuring consistency across your emails.