If you’re unfamiliar with webhooks, this guide will walk you through the essentials.
HTTP POST
requests that contain data about the event, allowing your systems to react automatically.
event
field tells you what kind of update occurred, in this case, a status update.data
object contains specific details about the event, including the externalD, the new status, and the applicant’s personal data.