CDK Global · Arazzo Workflow
CDK Global Book Service Session
Version 1.0.0
Create a booking session, discover an available store and slot, and book it.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventWebhookAsyncAPIArazzoWorkflows
Provider
Workflows
book-service-session
Drive a booking session from creation through booking an appointment slot.
Creates a booking session, resolves an available store, lists that store's open slots, and books the first available slot to finalize the service appointment.
1
createSession
Create the booking session that scopes the vehicle, customer, store list, and search window for the rest of the flow.
2
findAvailableStore
Query the stores that have availability for this booking session and take the first store returned.
3
findAvailableSlot
Query the open appointment slots for the resolved store and take the first slot returned.
4
bookSlot
Book the selected appointment slot, the final step in the booking process, producing the confirmed appointment.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.