You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the question. Do you have an example of what you mean by booking parameters?
I'd love to hear more about what information you're trying to receive from the booking webhook.
@sheideman looking to review the data sent from Checkfront before written out a bunch of code? Try using a webhook parsing service, I have been using https://webhook.site along with a few others to model the data I'd like to use. (example webhook data below)
When a booking status changes it sounds like you would like to review the items node and compare between old and new.
Thanks guys! @gegere I actually used webhook.site to see the JSON structure, that is how I knew I couldn't see the params for the items. I was able to just do an API call on the individual booking to bring back all the data I need so I am good to go! 👍 I am closing. Appreciate the quick replies.
Is there a way to see booking parameters on a webhook post for booking status change?
The text was updated successfully, but these errors were encountered: