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

# link.created

> A link record is created.

# link.created

## When this event fires

A link record is created.

## Delivery semantics

* Delivered to enabled workspace outbound webhook subscriptions that include this trigger.
* Signed with webhook signature headers.
* Can be retried; receiver must handle idempotency.

## Receiver checklist

1. Verify signature.
2. Check freshness window.
3. Deduplicate by delivery/event identifier.
4. Process atomically and return deterministic status.

## Related

* `/api-reference/webhooks/event-types`
* `/developer/webhook-signatures-and-idempotency`
