Syncs
Trigger sync(s)
Triggers an additional, one-off execution of specified sync(s) (for a given connection or all applicable connections if no connection is specified).
POST
Triggering one-off syncs
This is especially useful if you e.g. changed the metadata for the connection and now want to re-import data.
Body
application/json
The ID of the integration that you established within Nango.
A list of sync names that you wish to pause. If empty, all syncs are triggered
Sync name
The ID of the connection. If omitted, the syncs will be triggered for all relevant connections.
The mode in which to trigger the syncs.
incremental
: Triggers a new sync job while preserving the "lastSyncDate".full_refresh
: Resets the "lastSyncDate" associated with the sync before triggering a new sync job.full_refresh_and_clear_cache
: Resets the "lastSyncDate" and deletes all records associated with the sync before triggering a new sync job.
Available options:
incremental
, full_refresh
, full_refresh_and_clear_cache
Reset the "lastSyncDate" associated with the sync before triggering a new sync job.
Response
200
application/json
Successfully triggered the sync