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
provider_config_key
string
requiredThe ID of the integration that you established within Nango.
connection_id
string
The ID of the connection. If omitted, the syncs will be triggered for all relevant connections.
syncs
string[]
requiredAn array of sync names to trigger. If the array is empty, all syncs are triggered.
full_resync
boolean
Clear the records and reset the "lastSyncDate" associated with the sync before triggering a new sync job.
Was this page helpful?