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

# Recording linked

> Emitted when a recording has been definitively linked to a CRM object. The `crm` field is always populated on this event.

<Note>
  Siro sends this event to your receiver. The **Authorization** field below is a
  limitation of the docs renderer and does not apply here — your receiver
  authenticates inbound webhooks on its own.
</Note>


## OpenAPI

````yaml specs/webhooks.json webhook integrations.recordingLinked
openapi: 3.1.0
info:
  version: 1.0.0
  title: Siro Webhooks
  description: Outgoing webhook events emitted by Siro. Subscribe via Siro Admin dashboard.
servers: []
security: []
paths: {}

````