Yes, It's working now.
But it's using the generic.html and not the New-Consolidated.html file. Can you tell me where am I going wrong?
Thanks!
Template section ...
<Template alert_type="Consolidated" status="New">New-Consolidated.html</Template>
Filter rule section ...
<FilterRule name="Consolidated Test">
<Conditions>
<condition type="AlertType">Consolidated</condition>
<condition type="Status">NEW</condition>
</Conditions>
<Addresses>
<sendTo type="email">myemail@xyz.com</sendTo>
</Addresses>
</FilterRule>