Genesys GCX-GCD Question Answer
You can schedule a callback using a POST request to /api/v2/conversations/callbacks. The only required parameters when creating a callback are “callback number” and either “queueld” or “routingData”.
What is the difference between “queueld” and “routingData”?
Genesys GCX-GCD Summary
- Vendor: Genesys
- Product: GCX-GCD
- Update on: Dec 16, 2025
- Questions: 76

queueId:This parameter is used for basic routing, directing the callback to a specific queue by its unique identifier. It facilitates straightforward ACD (Automatic Call Distribution) routing without additional routing attributes.
routingData:This parameter allows for more advanced routing configurations. It enables the inclusion of additional routing attributes such as skills, languages, or other criteria, providing greater control over how the callback is routed within the system.