Automation for Recurring Certification Launch and Reviewer Validation in SailPoint IdentityNow

When a recurring certification is scheduled in SailPoint IdentityNow, it doesn’t launch automatically but stays in the Preview Ready state. What automation can be implemented to launch the certification directly? Additionally, when the certification recurs, how can we check if the assigned reviewer is still active or has been terminated?

We can automate this with a combination of APIs / workflows.

  1. Purely with APIs:

Have an external script run periodically to get the list of all campaigns that you want to active which are currently in staged mode. Activate them.

These API calls can be used.

API Call 1: get-active-campaigns | SailPoint Developer Community

API Call 2: start-campaign | SailPoint Developer Community

  1. Workflows approach

Do the above but just with a scheduled trigger in workflows.

  1. Use workflows with scheduled trigger in place. Create a campaign in the workflow. wait for sometime. Activate the campaign. Look at below workflow template for refernece.
Create and Activate a Certification Campaign

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.