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 lets you 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 your 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.
Last modified 7d ago