Is it possible to programmatically trigger the Workforce Management schedule optimization process using the Platform API? Our Premium App needs to automate schedule generation for multi-org clients. We attempted the following:
- Created a forecast via
/api/v2/wfm/analytics/forecasts. - Called
/api/v2/wfm/scheduling/optimizationswith the forecast ID.
The endpoint returns a 400 Bad Request stating manual intervention is required. Is there a hidden parameter or specific scope needed for headless optimization?