> ## Documentation Index
> Fetch the complete documentation index at: https://developers.entri.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Secure Events

> Webhook events and the secure_status field.

This page documents the webhook events and payload fields relevant to Entri Secure. For the payload envelope and signature verification, see [Webhooks Overview](/webhooks-overview).

## Webhook event types

Entri Secure augments the standard flow webhook payload with the fields below; it does not define its own event types. See [Webhooks Overview](/webhooks-overview) for the event envelope.

## Status fields

* **`secure_status`**: Only relevant when using Entri Secure. Describes the status of SSL security configuration. Possible values:
  * `"pending"`: SSL configuration is pending.
  * `"success"`: SSL setup was successful.
  * `"failed"`: SSL setup failed.
  * `"exempt"`: Entri Secure does not apply to the current flow.

## Payload fields

* **`cname_target`**: Only applicable for Entri Power and Secure setups. The CNAME target used for DNS configuration (e.g. `"my.saascompany.com"`).
