<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Apex_Error_Log_Email_Alert</fullName>
        <ccEmails>salesforce.martech@sonymusic-pde.com</ccEmails>
        <description>Apex Error Log Email Alert</description>
        <protected>false</protected>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Apex_Error_Log_Alert</template>
    </alerts>
    <rules>
        <fullName>Send Email Alert When Apex Exception Logged</fullName>
        <actions>
            <name>Apex_Error_Log_Email_Alert</name>
            <type>Alert</type>
        </actions>
        <active>false</active>
        <criteriaItems>
            <field>Apex_Error_Log__c.Name</field>
            <operation>notEqual</operation>
        </criteriaItems>
        <description>Send Email Alert When Apex Exception Logged</description>
        <triggerType>onCreateOnly</triggerType>
    </rules>
</Workflow>
