Integrations - Concept
Async
(Asynchronous)
One system starts work without having to wait for the other to finish
What's it for?
Lets one piece of work continue without waiting for another piece to finish first.
For example…
An order is accepted immediately and a confirmation email is sent asynchronously a few seconds later, without making the customer wait.
A reporting job is queued asynchronously, so the user can keep working while the large report is prepared.