sync_connection
Manually trigger a data sync for an existing Fivetran connection, bypassing the scheduled interval. Useful for immediate synchronization when required.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Triggers a data sync for an existing connection within your Fivetran account without waiting for the next scheduled sync. This action does not override the standard sync frequency you defined in the Fivetran dashboard. When schedule_type is set to manual, this endpoint is the only way syncs occur — including syncs in a rescheduled state. For a full walkthrough, see Trigger Manual Syncs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/sync_connection.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. | |
| connection_id | Yes | The unique identifier for the connection |