Learn how RootFi keeps your customers data up-to date
Auto | Manual | |
---|---|---|
Incremental | ✅ | ✅ |
Full | ✅ | |
Sync from X Date | ✅ |
full_sync: true
to toggle a full sync. This will sync all the data from the underlying platform.
You can also choose what Data Models you want to sync by passing a list of Data Models in the data_models_to_sync
parameter.
Furthermore, if you only want to sync data from a specific date, you can pass the sync_from
parameter with the date from which you want to sync from for each Data Model in the data_models_to_sync
parameter.
Eg: data_models_to_sync: [{data_model: "INVOICES", sync_from: "2023-01-01"}]