đź‘‹Welcome

It's good to have you here. We strive to provide a simple way to connect with your solution. Let us know how we could make it better for your purposes.

Overview

Bonomi Event API is designed to let you send and receive event-based information between Bonomi and your app/system through simple webhooks.

Webhooks are notifications that are triggered automatically when a specific event occurs and sent through the web. A webhook enables Bonomi to push or receive real-time notifications to/from your app.

Bonomi uses HTTPS posts to send/receive these notifications to/from your app as a JSON payload. These notifications can be used to execute actions in Bonomi’s or your backend systems.

Use cases

Depending on what you want to achieve, there are two ways of using our Event API.

If you want to send data to Bonomi, you need to set up HTTP calls to our endpoints. Once the calls are set up, you can send reservations or other customer events to trigger actions in Bonomi’s platform.

If you want to listen to events in Bonomi, you need to provide a webhook endpoint for us. Once it’s provided, you can receive real-time updates on customer events of your choice.

Want to get started?

Dive a little deeper and start exploring how you can send reservation-related events to our webhook endpoint.

Last updated