Integrations
Nobody wants another place to log in. The system that holds the reservation or the deal should be the system that starts the paperwork, and should hear back when it is done.
| System | Kind | What it does |
|---|---|---|
| OwnerRez | Property management | Reservation, guest list and property facts. Packet ready posts back. |
| Hostaway | Property management | Same shape, through their reservation webhooks. |
| Lodgify | Property management | Reservation import and a ready state on the booking. |
| Hospitable | Property management | Reservation import, guest messaging left to them. |
| DeckPOS | Point of sale | Waivers at the counter and on the booking flow. First-party. |
| Zapier | Automation | Every webhook as a trigger; start a workflow as an action. |
| HubSpot | CRM | Send a contract from a deal; the completion writes back. |
| Salesforce | CRM | Same, against an opportunity. |
| Your own | API | Six endpoints and a webhook. Most integrations are an afternoon. |
Airbnb and Vrbo do not give you a guest's email address, and an integration built on scraping a messaging thread breaks the week they change it. Your property manager already has the reservation, the guest and the property — including the ones that arrived from an OTA. So that is where we connect, and the OTA booking comes through it.
If your PMS is not listed, the API is six endpoints and a webhook. The reservations guide is the one to read.