Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

How I can check if email template is used or not? from analytic or other way

Dalalsaleh888
New Contributor
New Contributor

How I can check if email template is used or not? from analytic or other way.

I want to clean up our email templates, is there a way we can perform this efficiently?  

 

 

 

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Use below query 

select 'Analytics v2' category,analyticsname as name, emailtemplate from analyticsconfiges where length(emailtemplate) !=0 and status =1
union
select 'Analytics v1' category, analyticsname as name, emailtemplate from analyticsconfig where length(emailtemplate) !=0 and status =1
union
select 'Endpoint' category,ENDPOINTNAME as name, TASKEMAILTEMPLATES as emailtemplate from endpoints where length(TASKEMAILTEMPLATES ) !=0 and status =1


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

is this will also detect the email template in workflows?

No workflow you need to do manually 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

dgandhi
All-Star
All-Star

Do you want to find a particular email template say "XYZ" is used anywhere in the system?

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

no I want to check with all email template in the system.. we have around 300+