Looking for advice on creating Quality Evaluation forms via the WFM API during our Zendesk-to-GC migration.
Background
Migrating from Zendesk Satisfaction Surveys to Genesys Cloud Quality Management. Using Python SDK 1.15.0.
Issue
Calling POST /api/v2/wfm/quality/evaluations returns a 500 Internal Server Error. The request body matches the schema returned by a GET request on an existing form.
Troubleshooting
- Verified timezone (Europe/Paris) matches Org settings.
- Checked that the
evaluation_typeis set toagent. - No specific error details in the response body.