Sync Implement Polling

Implement Merge sync detection via a scheduled polling job. Use this as a development starting point (no public webhook endpoint required) and as a production fallback alongside `sync-implement-webhooks` to catch missed or delayed webhook deliveries. A single job covers both initial sync detection (first connection) and subsequent incremental syncs (`modified_after` bounded fetches). Use when a developer says "set up polling sync", "scheduled sync", "fallback sync", "sync without webhooks", "cron job for Merge", or wants a simple way to fetch data while developing locally.

merge-api b0df37e 13.5 KB Updated

File contents

merge-api/merge-unified-skills/tree/main/skills/sync-implement-polling commit b0df37e6e9

Frequently asked questions

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