The email template Certification contains a link that takes the user straight to their certification “task” in a certification campaign. The link is as follows in the template:
<a href="$identityNowUrl/ui/d/certifications-review/certification/${certification.id}">
We want to generate the same link (specific to a user and a campaign) for use in a Workflow email. Does anybody know how to do so? We’re not aware of any documented API to obtain it. The console UI calls
https://xxx.api.identitynow.com/cms/internal/certifications?reviewer-identity=me&limit=35&offset=0&count=true&sorters=due&filters=phase%20eq%20%22ACTIVE%22
to get the list of active certification campaigns/tasks for the current user, but as an internal API this could break at any time.