Skip to main content
Send certificate alert notifications to any HTTP endpoint. Webhook alerts let you integrate Infisical with your own systems, automation tools, or services that aren’t directly supported.
Alerts are configured per Application and apply to all certificates within that Application.

Create a Webhook Alert

1

Navigate to your Application

Go to Certificate Manager → Applications and select your Application.
2

Create an alert

Go to the Settings tab and find the Alerting section. Click Create Alert.
3

Configure alert settings

4

Add a webhook channel

Add a Webhook notification channel:
The webhook URL must use HTTPS.

Webhook Event Types

Each alert type maps to a corresponding CloudEvents event type:

Webhook Payload Format

Webhook notifications are sent as HTTP POST requests with a CloudEvents compliant JSON payload.

Webhook Signature Verification

If you configure a signing secret, Infisical includes an x-infisical-signature header with each request:

Verify the Signature

  1. Extract timestamp and signature from the header
  2. Concatenate: {timestamp}.{raw-body}
  3. Compute HMAC SHA256 with your signing secret
  4. Compare with the header signature

What’s Next?

Slack Alerts

Send alerts to a Slack channel.

PagerDuty Alerts

Create incidents in PagerDuty.

Certificate Syncs

Push certificates to cloud destinations.

Managing Certificates

View and manage certificates.