Guide on how to sync data in real-time with Nango
webhookSubscriptions
and onWebhook
in your sync function:
"syncType": "WEBHOOK"
.
To check if a sync supports webhooks, navigate to the Integrations tab > select an integration > Endpoints sub-tab > check the script settings for webhook subscriptions.
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.