[#1095] Webhook after booking created is received, API says there's no booking

Migrated from Redmine #1095 | Author: Pat Hartl
Status: Closed | Priority: Immediate, there is BUG! | Created: 2023-08-19


We are attempting to retrieve a booking’s details using the admin API after a booking is created. We are receiving the callback correctly. However, if I try to retrieve the full booking details, the API responds with no booking found. We have users booking appointments through the widget and would like to populate data in our application before the reload is complete.

This was working the other day. I attempted to mitigate this by retrying the API request every second for up to 10 times, but this has not worked.

We are expecting hundreds of bookings over the next few days and we have to turn people away.

Pat Hartl wrote:

Go ahead and close. We came up with another solution.