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

Send notification after completion of task options

GeSaviynt
New Contributor II
New Contributor II

Hi Team,

Can you suggest approach to send notification after completion of tasks, not from global configuration and end-point level. Is there any option to send from report then please share the sample query and how to trigger notification and have to exculde few applications from notification for example notification will not triggered for birth right applications.

 

Thanks

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Query:

 

select username,taskkey from arstasks a,users u where a.status=3 and u.userkey=a.userkey and a.endpoint=1

 

Attach email template to report and click send email notification

Email Template 

To: ${userEmail}


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