11 / 18 · Module 14 — External Automated Testing of Mule Integrations · filtered: cheatsheet← prev⊞ allnext →
14.26Async status endpoint
Even better if API provides:
GET /requests/{requestId}
Then automation can first poll:
status = COMPLETED
and afterward verify Salesforce.
This tests the public async contract properly.