All Collections
Marketing
Content Management
Setting Up a Default Notification Template for Emails
Setting Up a Default Notification Template for Emails
Updated over a week ago

When the PeopleVine platform sends out notification templates it will look for a default wrapper to apply your company's branding on the outgoing email. Follow these directions to set it up:

  1. In your master company account, go to Connect and click New Newsletter Layout

  2. Setup your layout with your design, but do not set it as the default template (unless you're using it for your own personal marketing).

  3. Identify the newsletter_style_no and you will now place this in the web.config file for your instance as such:

<appSettings>
 <add key="newsletter_style_no" value="2"/>
</appSettings>

Once this is set, PeopleVine will use this template to wrap every outgoing system notification.

Did this answer your question?