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

# Webhook: Finding Created

> Receive alerts when new findings are detected

<Endpoint method="POST" url="https://your-webhook-url">
  <Request>
    <Body>
      <Param name="event" type="&#x22;finding.created&#x22;" />

      <Param name="id" type="string" />

      <Param name="severity" type="&#x22;critical&#x22; | &#x22;high&#x22; | &#x22;medium&#x22; | &#x22;low&#x22;" />

      <Param name="assetGroupId" type="string" />

      <Param name="service" type="string" />

      <Param name="title" type="string" />

      <Param name="description" type="string" />

      <Param name="recommendation" type="string" />

      <Param name="timestamp" type="string" />
    </Body>
  </Request>
</Endpoint>

<Note>
  Configure under <code>Settings → Notifications → Webhook</code>.
</Note>
