{"errorCode": "INVALID_TIMEZONE_OFFSET", "message": "The provided timezone offset does not match the configured tenant timezone Europe/London"}
The Genesys Cloud WFM Bulk Scheduling API is rejecting the payload generated by our ServiceNow Data Action. The integration uses the standard IANA identifier Europe/London, yet the API insists the offset is invalid during DST transitions.
- Genesys Cloud v2024.02
- ServiceNow Madrid Patch 10
- Custom Architect flow triggering WFM REST API via HTTP Request node
- Payload verified against WFM API docs for
PUT /api/v2/wfm/schedules
Has anyone encountered this specific validation failure when syncing schedules from ServiceNow to GC during daylight saving changes?