Skip to main content
Nintex Community Menu Bar

How to setup HTML Template for Email Wizzards?

  • December 14, 2016
  • 2 replies
  • 17 views

Forum|alt.badge.img+10

Any help is appreciated? Can values from Context Browser be passed to HTML? or it will show static HTML text?

2 replies

Forum|alt.badge.img+9
  • December 14, 2016

You can create a C# class assembly and create a smartobject where you can serialize the context browser field into the smartobject. Use that smartobject in the email wizzard. It's a three step process. I can guide you if you need help. I spend lots of time working on the HTML formatted email and it worked like a charm.


Forum|alt.badge.img+10
  • Author
  • December 15, 2016

I really have no idea how to create C# assembly class, if you could guide me, it will really helpful.