> ## 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.

# Power Events

> Webhook events and the power_status field.

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

## Webhook event types

Entri Power 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

* **`power_status`**: Only relevant when using Entri Power. Describes the status of the advanced features configuration. Possible values:
  * `"pending"`: Setup of advanced features is pending.
  * `"success"`: Advanced features setup was successful.
  * `"failed"`: Setup of advanced features failed.
  * `"exempt"`: Entri Power 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"`).

The base flow webhook payload's `data.records_propagated` entries may include the following Power-only fields:

* **`applicationUrl`**: (optional, Entri Power only) The application URL tied to the propagated DNS record (e.g. `"www.example.com"`).
* **`powerRootPathAccess`**: (optional, Entri Power only) An array of paths accessible through Entri Power. Example:

  ```json theme={null}
  ["path1", "path2", "pathN"]
  ```
