function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
abhik dey 1abhik dey 1 

Updation of Email Alert in Workflow through any CI process ?

After every Production refresh activity, we have to manually update the workflow email alerts. Is their any way to automate the process through any Continuous Integration process ?

I used force.com CLI and metadata API but not finding any way to update the email alerts through any automation process 
NagendraNagendra (Salesforce Developers) 
Hi Abhik,

For this you can create anonymous apex code that will perform DML operations that you need, store it in some file and run it anytime you need. You can run it from developer console by copy/paste or from IDE.

Regards,
Nagendra.