CRM Integration via Webhooks
Sync Slatis bookings to your CRM automatically using webhooks and signature verification.
Overview
When a booking is created, changed, or cancelled, Slatis sends a signed HTTP POST to your webhook URL. This guide wires those events into a CRM (using HubSpot as an example, but the pattern applies to any system).
1. Create the webhook
Save the secret from the response.
2. Receive and verify
3. Push to CRM
4. Return 200 quickly
Slatis retries if your endpoint doesn't respond within 5 seconds. For slow operations, acknowledge immediately and process asynchronously: