7 / 18 · Module 10 — Synchronous vs Asynchronous Integrations · filtered: cheatsheet← prev⊞ allnext →
10.40Another hybrid
POST /customer-import
↓
validate file metadata
↓
queue batch
↓
202 Accepted
Then:
worker
↓
process 100,000 customers
↓
Salesforce Bulk API
Caller can query:
GET /imports/{id}
for status.
Very realistic enterprise design.