I have first zap to catch webhook from Hospitable to capture direct booking reservation. Since Hospitable doesn’t handle tax and payment yet, I mark up a percentage of the booking price in zapier to collect required taxes. Then I create and send Stripe payment link.
In a second zap I look up stripe id to tell the same reservation has been paid by guest. I want to try update that original reservation’s price that in Hospitable did not auto include taxes and its booking status. I am not sure how to use the webhook with put event. Google tells me to use webhook ID. But I don’t see one in the catch or put event of webhook. I see things like guest id, listing id, user id, reservation code, and the webhook URL.
I am not sure what goes into Data and what into Headers.
Or what payload type to use, or Basic Auth etc.
I can’t find any example in this forum.