For the workflow of Bounce email
https://github.com/okta/workflows-templates/tree/master/workflows/automated_unblocking_of_bounced_okta_emails_via_sy
Would like to suggest few improvements
- In the Child Helperflow, Rather then using custom API connector, Okta's Custom API connection card should be used as the POT request is being sent to Okta only
- This will also reduce the need to pass and configure orgurl card as we are directly using Okta Connector
- The Body output should be parsed with json parse card
- As prerequisite, it would be important to add/mention that okta.logs.read permissions to be added to Okta Workflow Oauth App / Connector before running flow.
For the workflow of Bounce email
https://github.com/okta/workflows-templates/tree/master/workflows/automated_unblocking_of_bounced_okta_emails_via_sy
Would like to suggest few improvements