Skip to main content
Growth plan and above. Off by default — enable under Settings → Modules.
Webhooks push events to your systems when things happen in Worksynk, and back webhook actions inside 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.
Treat an unverified webhook payload as untrusted input. The signature is what makes it trustworthy, not the fact it arrived.

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.