Skip to main content
pavolk060092
March 29, 2022
Question

embedding js or css into email template

  • March 29, 2022
  • 3 replies
  • 0 views

Hello community, 

did you try use in the html template js or css by using external sources? My observation shows that Appian probably cleaning up the external sources. So, do you have any experience how to prepare nice html templates from Appian?

Thanks in advance,

Pavol

3 replies

danny.verb
March 29, 2022

You can add custom CSS into the HTML template, a lot of email clients will block javascript though so I recommend against it 

docs.appian.com/.../Send_Email_Smart_Service.html

stefanhelzle0001
March 30, 2022

There are almost no restrictions from Appian, but the problem is how the email is displayed by the client's email software. There is plenty of information available in the internet about how to create email templates.

pavolk060092
March 30, 2022

Hi Stefan, many thanks for confirmation, you are right. Once I used proper html template it worked properly.