Skip to content

Commit

Permalink
Merge pull request #76 from connectedcars/booking-diagram
Browse files Browse the repository at this point in the history
Fixes link to booking autofill diagram
  • Loading branch information
mex authored Nov 30, 2023
2 parents edfca0e + 19fa208 commit a1dfa85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/booking-autofill.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ By autofilling the form for online service booking, the customer can get through

This integration will take care of populating the form with the customer's information by injecting the data in the link, normally using query parameters.

_Sequence diagram_
![Sequence diagram](./booking-autofill-sequence-diagram.png)
_Flow diagram_
![Flow diagram](./booking-autofill-flow-diagram.png)

## Adding support for receiving the data in the booking links
Make sure your existing online service booking form accepts customer data included in the URL query parameters (query string/component). All of the query parameters should be considered optional and the customer should therefore be able to fill in the information like before if it can not be prefilled.
Expand Down

0 comments on commit a1dfa85

Please sign in to comment.