# Webhooks

You can create webhooks to subscribe to project events. When they occur, we'll send a POST request to your endpoint with details about the event.

This enables you to build custom integrations based on Hypertune activity. For example:

* Keep up to date with what's deployed, by getting message notifications on tools like Slack, Google Chat or Microsoft Teams.
* Ensure compliance with auditing requirements, by logging activity to a SIEM system like Datadog, Graylog or Splunk.
* Ensure the [build-time snapshot of your flag logic](https://docs.hypertune.com/sdk-reference/build-time-snapshot) is up to date, by triggering a build in tools like Jenkins, GitHub Actions or CircleCI.
* Deploy new versions of cloud services, by taking actions on platforms like AWS, GCP or Azure.

To get started, follow the guides on:

* [Creating webhooks](https://docs.hypertune.com/integrations/webhooks/creating-webhooks)
* [Handling webhooks](https://docs.hypertune.com/integrations/webhooks/handling-webhooks)
