Workflow to send custom email

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

Please consider addressing the following when creating your topic:

  • What have you tried?
  • What errors did you face (share screenshots)?
  • Share the details of your efforts (code / search query, workflow json etc.)?
  • What is the result you are getting and what were you expecting?

I’m implementing access request in SailPoint. When request is submitted to a source entitlement,

a. if user account is present, entitlement is added to the account.

b. If user account is not present, account is created.

Now i want to use workflow to trigger for Provisioning complete. This workflow should trigger a script which is on my IQ service. This script generates random password for AD and send email. How can i trigger my script from workflow?
Is there any examples or sample code on how this works?

Thanks in advance for the help.

If you want to call a PowerShell script from the workflow, you will have to create custom HTTP endpoint outside of Identity Security Cloud that will trigger the PowerShell script and you can call that HTTP endpoint in HTTP Request action of the workflow. Once this step is completed, you can link it with the Send Email action of the workflow to send an email.

Use AD native rules like aftercreate or aftermodify ps scripts to achieve this use case.

Via workflow check below feature of ISC

Hi @Anshu_Kunal

Do you have any idea how soon this Action is available. As I cannot see this Action of triggering powershell execution in ISC.

Thanks

You need to setup a new VA cluster for this to be enabled.

Thanks for providing details. Do we need to have 2 new VA instances, or one VA instance is enough?
If we have only one VA instance in our environment, can we deploy new VA instance and decommission the old VA instance?

I think one VA should be fine, since PAG is enabled on VA cluster level.