I am trying to use a simple send email action in my workflow but i am getting this error : request failed: 400 - 400 Bad Request: The request could not be parsed. (type: HTTP Response Returned a Client Error, retryable: false)
Here is my Workflow script (which I got from the Workflow builder) :
{
I am able to send an email with similar inputs as you. Did you recently create this workflow, or is this an older one that just started failing? Try creating a new workflow and manually add the same logic to see if it is resolved. There might have been a change to the workflow engine that could have broken older workflows.
Hello,
Thanks for your answer, I tried with a newly created Workflow and the same configuration but I am still not able to send an email.
Here is my script :
I was able to reproduce this issue. I think the issue is that the from field must use an @sailpoint.com domain or be left blank. If I had to guess, it’s because our email service provider is configured to only allow emails to be sent from SailPoint to prevent spoofing. If you leave the from address empty, the email will come from [email protected] by default. You can still configure the reply to to be any address.
The fix provided by @tburt here: SaaS Workflows | Open Beta Update - #57 by tburt worked and now my test is successful, however, I never receive the email. In the beta version emails were sent when testing workflows.