Why is this setting causing our outbound dialer to fail with 400 Bad Request on POST /api/v2/outbound/campaigns? We mapped Zendesk lists to Genesys Cloud contact lists, but the API rejects the schedule configuration.
The error payload mentions invalid_schedule_format. Our timezone is Europe/Paris, and we are using the standard UTC offset in the request body.
Zendesk handled this via simple CSV uploads without strict JSON schema validation. Genesys Cloud seems much stricter about the recurrence pattern syntax.
Any quick fix for the JSON structure required by the Genesys Cloud API for daily campaigns?