<?xml version="1.0" encoding="UTF-8"?>
<Workflow xmlns="http://soap.sforce.com/2006/04/metadata">
    <alerts>
        <fullName>Artist_Rejection_Email</fullName>
        <description>Lead : Artist Rejection Response Email</description>
        <protected>false</protected>
        <recipients>
            <field>Email</field>
            <type>email</type>
        </recipients>
        <senderAddress>no-reply@awal.com</senderAddress>
        <senderType>OrgWideEmailAddress</senderType>
        <template>unfiled$public/Lead_Rejection</template>
    </alerts>
    <alerts>
        <fullName>Lead_New_Artist_Submission_email</fullName>
        <description>Lead: New Artist Submission email</description>
        <protected>false</protected>
        <recipients>
            <field>Email</field>
            <type>email</type>
        </recipients>
        <senderAddress>no-reply@awal.com</senderAddress>
        <senderType>OrgWideEmailAddress</senderType>
        <template>unfiled$public/Lead_Submission_Confirmation</template>
    </alerts>
    <fieldUpdates>
        <fullName>Lead_Status_Update</fullName>
        <field>Status</field>
        <literalValue>Unqualified</literalValue>
        <name>Lead Status Update</name>
        <notifyAssignee>false</notifyAssignee>
        <operation>Literal</operation>
        <protected>false</protected>
        <reevaluateOnChange>false</reevaluateOnChange>
    </fieldUpdates>
</Workflow>
