Syncs
Start sync(s)
Starts the schedule of specified sync(s) for a given connection or all applicable connections if no connection is specified. Upon starting the schedule, the sync will execute immediately and then continue to run at the specified frequency. If the schedule was already started, this will have no effect.
POST
/
sync
/
start
Body
application/json
provider_config_key
string
requiredThe ID of the integration that you established within Nango.
syncs
string[]
requiredA list of sync names that you wish to start.
connection_id
string
The ID of the connection. If omitted, the syncs will be started for all relevant connections.
Was this page helpful?