ResVoyage offer an ability for the clients to subscribe to the specific event which can occur in the system. 


By default this functionality is not enabled and needs to be enabled in the Website settings module. Once enabled, it will appear under the menu options.



Currently supported events:

  • Reservation Created
  • Reservation Modified
  • Approval Flow


In order to be able to subscribe to the event, client needs to create an end point which will be called by the ResVoyage.


Web Method needs to be a POST and Content-Type needs to be application/json


System will pass all the information about the booking which was made at the moment reservation has happened. 


 In case that endpoint was not available at the time it was called, system will perform additional 2 retries. One after 1 minute and another one after 4 minutes.


For more details regarding the available properties in Webhook, please go here:

https://rest.resvoyage.com/docs/index#!/Reservation/Reservation_GetWebhookInfo


You can find an example of the Webhook response below.