Guide to sync data in real-time with webhooks.
webhookSubscriptions
and onWebhook
in your TypeScript script:
setMergingStrategy
to control sync behavior:
override
(default)
ignore_if_modified_after
batchSave
, batchUpdate
, and batchDelete
operations should run sequentially.batchSave
, batchUpdate
, or batchDelete
call.setMergingStrategy
or batch operations.