<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Send_Email_Aert_For_New_Upload</fullName>
        <description>Send Email Aert For New Upload</description>
        <protected>false</protected>
        <recipients>
            <recipient>lori.scanlan@sonymusic.com</recipient>
            <type>user</type>
        </recipients>
        <recipients>
            <recipient>patrick.curran@sonymusic.com</recipient>
            <type>user</type>
        </recipients>
        <senderType>CurrentUser</senderType>
        <template>unfiled$public/Upload_Email_Template</template>
    </alerts>
    <rules>
        <fullName>Send Email Update After Upload</fullName>
        <actions>
            <name>Send_Email_Aert_For_New_Upload</name>
            <type>Alert</type>
        </actions>
        <active>false</active>
        <booleanFilter>1</booleanFilter>
        <criteriaItems>
            <field>Subscription_Upload__c.File_Uploaded__c</field>
            <operation>equals</operation>
            <value>True</value>
        </criteriaItems>
        <description>Send CRM support an email notification once a file is uploaded.</description>
        <triggerType>onCreateOrTriggeringUpdate</triggerType>
    </rules>
</Workflow>
