Skip to content
SAP, DATEV and Dynamics experts
Technical questions

Do you support real-time synchronization?

Answer

Yes. For time-critical data flows we implement real-time synchronization via webhooks and an event-based architecture: a change in the source system triggers the transfer immediately instead of waiting for the next scheduled run. Typical real-time scenarios are stock changes from goods receipt or picking, order status changes and short-notice price changes, where every minute of delay can lead to mis-sales.

Not every data flow needs real time, however. For uncritical data such as nightly product master data maintenance, we often recommend interval-based synchronization, for example every five minutes or once per night, which uses your ERP's resources more efficiently. Which fields run in real time and which on an interval is defined together per data flow. More on the technical implementation under API development.