The delta parameter & webhooks
If you are receiving webhooks from Nango (step-by-step guide), you can use the timestamp you get from the webhook for the delta parameter.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns data synced with Nango Sync
delta parameter & webhooksdelta parameter.
[
{
id: 123,
..., // Fields as specified in the model you queried
_nango_metadata: {
deleted_at: null,
last_action: 'ADDED',
first_seen_at: '2023-09-18T15:20:35.941305+00:00',
last_modified_at: '2023-09-18T15:20:35.941305+00:00'
}
},
...
]
Was this page helpful?