Skip to main content

Post Wizard


Use Post Wizard to display the appointment request confirmation dialog after a successful appointment request submission.


Appointment request sent dialog with response time and continue action

This screen includes:

#ElementDescription
1Dialog titleDisplays appointment request confirmation
2Close actionDismisses the dialog
3Status illustrationIndicates a submitted request state
4Response timeframeDisplays the expected doctor response time
5Information messageDisplays additional booking information
6Continue actionDismisses the dialog and continues the flow

Workflow

  1. Submit an appointment request.
  2. Receive a successful submission response.
  3. Request the Post Wizard dialog.
  4. Render the returned confirmation content.
  5. Select Continue or close the dialog.
  6. Continue the application flow.

Variants

  • Video appointment request sent: Displays video-specific confirmation content

  • Availability exception: Displays alternative processing content


Validations

ScenarioApp BehaviorSDK Output
Request submitted successfullyDisplay confirmation dialogstate = submitted
Response timeframe availableDisplay response estimateresponseTime = available
Additional information availableDisplay information messagemessage = available
Dialog content unavailableDisplay fallback confirmationstate = fallback
Request rejectedDo not display dialogstate = error

Actions

ScenarioApp BehaviorSDK Output
Post Wizard loadedRender confirmation dialogPUT /api/v3/wizard/post-wizard
Continue selectedDismiss dialogstate = dismissed
Close selectedDismiss dialogstate = dismissed
Dialog dismissedContinue application flownavigation = continue

Endpoint Resources

Post Wizard Popup

PUT 

v3/wizard/info/post-wizard

Returns the post wizard popup screen for a specific appointment.