Skip to main content
  • QuickActionsBar - Primary CSR actions for inbox items * Provides one-click access to the 4 most important actions: 1. Call Back - Initiate callback to customer 2. Create Booking - Schedule a service appointment 3. Transfer - Hand off to specialist with context 4. Mark Resolved - Close the inbox item * Keyboard shortcuts: B, K, T, R (handled in parent page)

Props

() => void
required
onCallBack
() => void
required
onCreateBooking
() => void
required
onTransfer
() => void
required
onMarkResolved
boolean
hasBooking

Usage