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
/
sync
/
trigger
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.
An array of sync names to trigger. If the array is empty, all syncs are triggered.
The ID of the connection. If omitted, the syncs will be triggered for all relevant connections.
Clear the records and reset the "lastSyncDate" associated with the sync before triggering a new sync job.
Was this page helpful?