32 / 81 · Module 10 — Synchronous vs Asynchronous Integrations · filtered: interview← prev⊞ allnext →
10.2Synchronous example
A UI asks:
“Does customer C001 exist?”
Flow:
GET /customers/C001
↓
Salesforce Query
↓
Transform
↓
200 response
Very reasonable.
Making this asynchronous would be silly:
202 Accepted
come back later to see if customer exists