- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 06:11 AM
Hi all,
We're looking at putting a graphical flow at the top of notifications to showcase where their ticket is in it's journey by highlighting what stages have been completed, in progress or to do.
Example below
We've managed to do this with images that are uploaded to the platform and a mail script to figure out which colour version of the image to use but I'd be interested instead of having lots of images to upload if we could instead use Glyphs or Font Awesome characters and css styling to achieve the same result.
I've tried putting FA and Glyphicon script into the notification scripts but it's auto-removing them.
Any ideas on how this could be done?
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 06:35 AM
Using images is probably going to be the most widely supported method since most email clients can show embedded images. The issue with something like font awesome is that it's a custom font so you would need to look into how to embed custom fonts in an email. This article is probably a good way to start:
https://www.campaignmonitor.com/resources/guides/web-fonts-in-email/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 06:35 AM
Using images is probably going to be the most widely supported method since most email clients can show embedded images. The issue with something like font awesome is that it's a custom font so you would need to look into how to embed custom fonts in an email. This article is probably a good way to start:
https://www.campaignmonitor.com/resources/guides/web-fonts-in-email/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 05:41 AM
I suspected this was the case, thank you for your response Brad