Certification Campaign reports

how to get a report of tasks that shows incomplete or tasks not yet started after due date of all certifications.

Hi Venkatesh,

You can the campaign status report by following the steps mentioned below.

In the report which is generated, you can filter out the tasks, based on the completion status.

Hi Jishnu, Thanks for you reply.

I am looking for a Create automated report for Certification team, that contain incomplete tasks or tasks not yet started after due date, which include all Campaigns not only one…

We are looking to automate a report that contain certification incomplete tasks or not sign-off reviews, this report need to generate after the due date of certification. Any inputs. Thanks

You can try to automate using workflow and send report via email.

  1. Trigger - Campaign Activated (Triggers - SailPoint Identity Services)
  2. Add a wait step for the number of days certification should be active (Actions - SailPoint Identity Services)
  3. Use HTTP action to get all pending certification (get-identity-certification | SailPoint Developer Community)
  4. Send email as report (Actions - SailPoint Identity Services)

Need to be tested.
Thanks

2 Likes

Hi @vkarumudi07

As @Anshu_Kunal mentioned, using workflows seems to be the correct option here. please try that.
You can also try an alternate approach to create a Powershell Script and try to invoke a rest API call to get the list of pending Items and email the result to the team.
Please see the rest API details below.

Please see th

1 Like

Hi All, Thanks for your responds…

To add on - Can we create automation that will send a emails to each of outstanding reviewers with reminders to please complete their tasks as they are overdue. This should send after the due date.

I can see there are some posts talked about this kind of emails, that we can accomplish through workflow. Is there any way or any inputs on this requirement…

Re: Emails need to sent to pending/not signed-off tasks owners/reviewers after the due date of certification.

Thanks

@vkarumudi07

You can use workflow with Scheduled trigger with Certification API’s top achieve this which would look something like this:
Trigger - Schedule Trigger
Action- HTTP action using Certification API
Operator - Loop and inside loop Send Email Action

1 Like