we have requirement where we need to send email to reviewer exactly after 7 days of campaign is created. let us know how to do this through workflow
Hi Shafuu,
You can use “Campaign Generated” trigger. Triggers - SailPoint Identity Services .
Then apply Wait operator accordingly to your requirement before sending the notification email. In this case you need to implement wait operation for 7 days. Actions - SailPoint Identity Services
Thanks.
how about body of the email?
Refer to the Actions documentation.
am not that much high level/and I do not have that much capacity like you to understand document, let me if you can put here in a layman way.
Hi @shaffusailpoint ,
As per your above requirement I created a simple workflow .I will attach JSON of it below .If you have to do any changes or customization as per your requirements’ you can change it .For testing you can change the wait time from 7 days to 2 min .
CertCampainGenerated20250326 (2).json (2.0 KB)
Thank you .
I think this post might help you. It would be important to include a step to check if the campaign has been completed before sending the email (Compare Strings step).