Release 4.14.0

Edify release notes > Release 4.14.0

Mac desktop app version: 1.6.0 | PC desktop app version: 1.6.1 | Release date: November 27, 2023

New to Edify App

Queue/Interactions

Searchable Select in Email templates menu (Interactions in Edify App)

It’s easier to find the email template you need when handling an email interaction because there’s now a Search Templates field in the email templates menu. When you’re ready to use an email template, navigate to the email template menu and start typing the name of the email template.

Secure Subroutines available through Dynamic Scripts (Interactions in Edify App)

Dynamic scripts have been enhanced to handle another workflow type - secure subroutines. Refer to the New to Console > Workflows section to learn more about secure subroutine workflows.

New to Edify Console

Workflows

Secure subroutines now available in Workflows

You can now create subroutines that are more specialized for the type of data that they process with the new release of secure subroutines, a new feature in Workflows. 

A secure subroutine workflow is a subroutine workflow that specializes in processing data in an environment with extra layers of security to align with the type of data these types of workflows handle. 


All Edify workflows are secure; but when marking a subroutine as “Secure”, you’re defining that this particular subroutine requires an additional layer of security - or additional data limitation - so these types of subroutines remove certain features available in other typical workflows. 

All logic performed within the secure subroutine takes place in an environment with additional security layers, like limiting how data is transferred between workflows, etc. That means that all data collected or produced in the subroutine remains in the subroutine

In other words, it doesn’t automatically transfer back to the parent workflow, which is common for all other workflow types to take advantage of using that data to make workflow decisions. 



Read more about secure subroutines, how to check if a subroutine is a secure subroutine, and how to create them by referencing the Overview: Subroutines article.