Which IIQ version are you inquiring about?
[8.3.]
Share all details about your problem, including any error messages you may have received.
Hello ,
I have a step in my workflow to send an email notification and it works fine. But the email is not sent to the cc despite being present in the template mail , even the principal receiver can see the cc email ,
<Step action="call:sendEmail" icon="Email" name="Send Email">
<Arg name="template" value="Test Email Template"/>
<Arg name="identityDisplayName" value="ref:identityDisplayName"/>
<Arg name="identityName" value="ref:identityName"/>
<Arg name="subject" value="test Notification"/>
<Arg name="from" value="sailpoint@test.com"/>
<Arg name="cc" value="cc@test.com"/>
<Arg name="to" value="help@test.com"/>
<Transition to="End"/>
</Step>
Where can be the issue ?
Thanks
