Webhooks are the foundation of Hello Hotel's integration layer. They're how Hello Hotel talks to the rest of your stack — and how your stack talks back. If you can send or receive an HTTP request, you can integrate with Hello Hotel.
Outbound webhooks
Hello Hotel fires outbound webhooks in real time when events happen: a guest sends a text, a call comes in, a voicemail is left, a conversation status changes. Each webhook delivers a structured payload with the event details — guest name, phone number, message content, timestamps — so your receiving system has everything it needs to act. Use outbound webhooks to log conversations to a database, notify your team in Slack, update a CRM, or trigger any downstream workflow.
Inbound webhooks
Hello Hotel exposes inbound webhook endpoints that accept data from external systems. Send a POST request to trigger an SMS from your Hello Hotel number, or create and update guest contacts programmatically. Every text sent via webhook appears in your shared inbox just like a regular message — your team has full visibility and can pick up the conversation if the guest replies.
When to use webhooks vs. Zapier
Zapier is the fastest way to connect Hello Hotel to another app if you don't want to write code. Webhooks are for teams that want direct control — your own scripts, your own infrastructure, no middleman. If you're already running automations through Make, n8n, or custom code, webhooks let you plug Hello Hotel in directly. If you just want to log calls to a Google Sheet, Zapier is probably easier.
Built into the automation engine
Outbound webhooks are available as an action type in Hello Hotel's automation engine. That means you can combine them with triggers like reservation status changes, inbound messages, or scheduled times — and add conditions and delays before the webhook fires. Send a webhook to your maintenance system when a guest texts about a broken AC, but only if the guest is currently in-house. The automation engine gives you logic and timing on top of raw event delivery.
Setup
Enable webhooks under Settings → Integrations in Hello Hotel. You get an API key and endpoint documentation directly in the app. Configure your outbound webhook URLs, point your external systems at the inbound endpoints, and you're connected. No approval process, no waiting for API access — it's available on every plan.