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

# Anomaly Alert Created

> Webhook sent by Pelanor when a new anomaly alert is created.

<Info>
  Contact Pelanor Support to configure Anomaly Alert Webhook delivery URL for your account.
</Info>


## OpenAPI

````yaml webhook anomaly-alert.created
openapi: 3.1.0
info:
  title: public/common/filters.proto
  version: version not set
servers:
  - url: https://api.pelanor.io
  - url: https://api-eu.pelanor.io
    description: Production (EU)
security:
  - ApiToken: []
tags:
  - name: QueryService
  - name: ReportExecutionService
  - name: SchemaService
  - name: CustomMetricsService
  - name: DimensionsService
  - name: IntegrationsService
  - name: UsersService
  - name: WorkspaceService
paths: {}
components:
  securitySchemes:
    ApiToken:
      type: http
      scheme: bearer

````