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

# Webhooks

> Signed event delivery to your own systems.

<Info>**Growth plan and above.** Off by default — enable under **Settings → Modules**.</Info>

Webhooks push events to your systems when things happen in Worksynk, and back
webhook actions inside [Workflows](/org-workflows).

## Creating one

**Settings → Webhooks.** Give it a destination URL and choose the events it
should receive.

## Verifying deliveries

Every delivery is **signed**. Verify the signature on your end before acting on
a payload — otherwise anyone who learns the URL can post to it.

<Warning>
  Treat an unverified webhook payload as untrusted input. The signature is what
  makes it trustworthy, not the fact it arrived.
</Warning>

## Delivery history

Each webhook keeps a record of recent deliveries with response codes, so a
failing endpoint is visible rather than silently dropping events.

## Destinations are validated

Outbound URLs are checked before Worksynk will call them, so a webhook can't be
pointed at internal-only addresses.
