- 09 Jun 2025
- 1 Minute to read
- PDF
Webhooks overview
- Updated on 09 Jun 2025
- 1 Minute to read
- PDF
Contacts
01488 684321
integrations@carehome.co.uk
Terms of Use
Click here to view our Webhooks terms of use.
Terms
Member = A Care Home with an account on carehome.co.uk
Overview
The Webhooks system sends events to your servers as soon as they happen, allowing you to integrate the data seamlessly. Our system sends event data in JSON format and follows the Standard Webhooks guidelines, read more here.
Authentication
The data is signed with a secret key that you can find in your Control Panel → APIs & Integrations → Webhooks. The data signature is passed in the HTTP header webhook-signature
. The signature is created by hashing the webhook message with your webhook secret and the SHA256
algorithm.
Access Restrictions
An Enhanced, Premium or Platinum subscription is required to use Webhooks.