Skip to content

Article#template

Templates used by Genesys to send emails and display other information are using the Article entity. This automatically indexes their contents in Elasticsearch and also displays these templates to end users:

Add new property boolean template to Article entity.

Change Genesys code to:

  • Not include in ES articles with template == true
  • Only display such articles to users with roles ADMINISTRATOR and CONTENTMANAGER, return 404 otherwise
  • Content of template articles is not HTML santitized