Hi All,
I understand you can pass information to an automation script when a correlation rule has been triggered, but is it possibly that after running the automation script, you can to then run a email alert after the completion of the automation script? Completing the correlation rule.
I would like to run an automation script to edit and change a parameter value and pass this onto the output of the email alert?
Thanks,
Dave
Hi David - if I understand your use case correctly, it probably suffices to add at the end of your automation script the necessary logic to dispatch a mail. That can be done native as an 'email' function in the automation script (as illustrated in the screen cap below), or alternatively it would be written up in C# as part of your automation script.
