
TiffanyC.87161 (Hitachi Vantara) asked a question.
Rather than using the GUI within Okta, one of the things that ties up time is manually setting up an access certification campaign. Is there a better way to set up an access campaign without using postman, perhaps using a workflow to pull the information pertained within the group assigned to the app and automatically create an access campaign from a pre-templated campaign?

@TiffanyC.87161 (Hitachi Vantara) -- Using Postman / Workflows is essentially the same idea as they are both tools designed to interact with API's. We often recommend for "unknown use cases" to leverage Postman as most vendors have instructions on how to leverage their API with Postman.
In your described scenario there is an endpoint for Campaign creation etc in the Okta Identity Governance (BETA) API. See: https://developer.okta.com/docs/api/iga/openapi/governance.api/tag/Campaigns/
I don't know if all of the available features in the UI are available through the API. You would need to test the API with Workflows, Postman (or some other API tool) to determine if it meets your needs.