A webhook-mode tracker inverts the usual push model: Status 202 calls a URL you host and reads the current progress back out of the response, instead of you pushing updates to it. This guide covers creating a webhook-mode tracker, what your endpoint is expected to return, and when this beats a plain push.