PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Send email when task is made by Analytics report

ejeong
Valued Contributor
Valued Contributor

Hello, 

We would like to send email to users when "Remove Acess" task is completed and triggered by analytics report only. 

Could you please let me know if we can add this condition in "To" field of email template? 

Also, I want to know value for task triggered by brithright as well

Thanks

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You can use task completed email template ( either global config / endpoint level) & condition will be tasks.source.equalsIgnoreCase('ANALAYTICS_V2') 

ZERODAY is source for birthright

 

You can find source info arstasks table

Select distinct source from arstasks


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

ejeong
Valued Contributor
Valued Contributor

thanks.