Skip to content

wiz-template-fragment

wiz-template-fragment refers to the email component that allows you to insert an emailTemplateFragment token in your emails targeted for Veeva Vault PromoMats.

Veeva Vault PromoMats requires specific HTML markup for added email fragments. Directly inserting an emailTemplateFragment token doesn't meet these requirements and may result in rendering issues. To ensure proper formatting, use the wiz-template-fragment component available for eWizard emails. This component automatically applies the necessary markup, ensuring correct rendering in Veeva Vault PromoMats.

Read more about the Template fragment component in the eWizard Editor guide.

Scope of support

  • You can use only one wiz-template-fragment component in the same email.
  • You can use both wiz-template-fragment and wiz-fragment components in the same email.

Usage

To use the wiz-template-fragment component, add it to your email template's App.vue file:

html
<!--./App.vue -->

<template>
    <wiz-root align="center" style="background: #ffffff; width: 700px;">
        <wiz-template-fragment></wiz-template-fragment>
    </wiz-root>
</template>

Component handling

We recommend adding and editing components using eWizard Editor.