← All integrations
x

Webhooks

Send Scheduling Link booking events to your CRM, automation platform, or internal endpoint. Reclaim Webhooks fire on meeting create, reschedule, and cancel, with signed payloads and custom data passthrough.

About

Reclaim Webhooks let downstream systems react when a meeting is booked, rescheduled, or cancelled through a Scheduling Link. Instead of polling Reclaim or manually updating a CRM after every booking, the receiving system gets a signed POST request with the meeting payload.

Webhooks support custom data passthrough (up to five data- query parameters), so booking attribution from a campaign or source can flow into the receiving workflow.

Top Benefits

  • Booking events, in real time: Reclaim fires a POST request the moment a Scheduling Link meeting is created, rescheduled, or cancelled.
  • Signed, verifiable payloads: Every request includes an x-reclaim-signature-256 header signed with your webhook secret, so receivers can verify authenticity.
  • Custom data passthrough: Pass up to five data- parameters on a booking URL and receive them in the webhook payload for routing or attribution.
  • Built for production systems: HTTPS endpoints only. Receivers should respond within 10 seconds and handle duplicate or out-of-order events safely.

What you can do

  • Send POST requests when Scheduling Link meetings are created
  • Send POST requests when meetings are rescheduled
  • Send POST requests when meetings are cancelled
  • Include meeting, attendee, organizer, and Scheduling Link data in the payload
  • Sign every request with x-reclaim-signature-256 for verification
  • Pass up to five custom data- parameters from the booking URL into the payload

How to connect

  1. Sign in to Reclaim and go to Team SettingsWebhook Settings.
  2. Click + New, enter a descriptive name, and add the receiving endpoint URL.
  3. Save or generate the webhook secret and store it securely.
  4. Open the Scheduling Link that should use the webhook, edit settings, and add the webhook configuration.
  5. Save the Scheduling Link. Reclaim will POST to the endpoint when meetings are booked, rescheduled, or cancelled.

Webhook support is available on Business and Enterprise plans. Endpoints must use https. Reclaim does not deliver to localhost or IP addresses. Receivers should respond within 10 seconds and treat events as idempotent.

Ready to reclaim your time?