Create sync job
POST/integrations/sync-jobs
Plans and optionally executes a data sync job for a connector. The sync engine validates the plan, creates the job record, and — if execute_now is true — immediately starts the sync run. Use this for on-demand syncs or to schedule a planned batch transfer.
Request
Responses
- 302
- 422
Redirect to sync jobs list after the job is queued or executed.
Validation error — connector_id is required and must exist.