Webhooks
Information about custom webhooks
Webhooks allow you to react on your own servers whenever an event occurs on the Reserve In-store servers.
Topics
Topic
Description
reservations/create
When a new reservation is fulfilled by an admin, a customer or a third party system.
reservations/update
When a new reservation is updated by an admin, a customer or a third party system.
reservations/delete
When a new reservation is deleted by an admin, a customer or a third party system.
reservations/fulfilled
When a new reservation is fulfilled by an admin or third party system.
Sample POST Body
When your webhook is hit you will receive a POST body containing JSON of the model data. In the case of a reservation, you will get the reservation data (id, customer info, items reserved, etc). Here's how it might look:
Ensure that your server responds to the webhook call within 15 seconds. Responses that take longer than that may time out.
Last updated