HTML Template with embedded image for email notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 10:31 AM
Hi all,
Can we create a email template with HTML. Is any one created a email template as below.
If any reference or sample will be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 11:34 AM
So I do not have any script I can share but you should be able to create a notification and setup the rows to be a mail script that returns the HTML for the rows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2020 12:06 PM
Take a look at below thread:
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2020 06:33 AM
I have tried with table. But the design/UI is not up-to standard.could we include CSS and bootstrap for table in SNOW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2020 07:06 AM
You can do a lot of things in ServiceNow, but your issue with notifications is that email clients do not support CSS consistently. So when you send your email to the user you have to have inline CSS for the most part. You can check here for CSS compatibility with different email clients
https://www.campaignmonitor.com/css/
So you are going to have to output the HTML you need from a mail script, assuming the content of the table is dynamic and it has to include the CSS inline. Some clients will allow style tags but others will not, check the link above to see and make decisions based on the clients you would like to support.