Sync Implement Webhooks

Implement Merge sync detection via webhooks — the PRIMARY production-recommended approach. A single endpoint handles both initial sync detection (first connection) and subsequent incremental syncs (ongoing data updates), with HMAC verification and a bounded `modified_after` / `modified_before` fetch window. Use when a developer says "set up Merge webhooks", "real-time sync", "implement sync", "fetch data from Merge", "Merge webhook handler", "Linked Account synced", "incremental sync", or after completing Merge Link. Production builders should also add `sync-implement-polling` as a fallback safety net.

merge-api bb59579 17.0 KB Updated

File contents

merge-api/merge-unified-skills/tree/main/skills/sync-implement-webhooks commit bb59579986

Frequently asked questions

npx skillmds@latest add merge-api/sync-implement-webhooks