Sometimes we got an error in deployment for an email template which is stored inside a folder like this:
Email Template Folder: Simple_Survey
Email Template Name:Simple_Survey/Alert_Managers_NPS_Survey_Created
In deployment we got error like this:
Cannot find the folder: Simple_Survey
If your package.xml is like this:

Include email template folder also in package.xml file like this:

Now you will not get the folder error.
Leave a comment