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

# Webhooks

> Document webhook behavior after endpoint verification.

The docs repo does not include a confirmed webhook contract.

## Before adding webhook docs

1. Search app source for webhook routes and event emitters.
2. Confirm event names and payloads.
3. Confirm signing and retry behavior.
4. Add examples with real payloads.

## Contract checklist

| Item           | Required before publishing |
| -------------- | -------------------------- |
| Event names    | Verified in source         |
| Payload schema | Verified in source         |
| Signature      | Verified in source         |
| Retries        | Verified in source         |
| Delivery logs  | Verified in source         |
