Learn how to use webhooks in Cachet.
POST
request to the configured URL
with a JSON payload containing information about the event. Webhooks consist of:
component_created
component_updated
component_deleted
component_status_changed
incident_created
incident_updated
incident_deleted
metric_created
metric_updated
metric_deleted
metric_point_created
metric_point_deleted
subsciber_created
subscriber_unsubscribed
subscribed_verified
User-Agent
header with the request. The value of the User-Agent
header will be:
Signature
header with the request. This header is used to verify that
data was not tampered with during transit. The signature is computed by hashing the request body with the secret key and
comparing it to the value in the Signature
header.