When a Title Commitment file is uploaded to a Transaction, all Callback URLs will receive the following POST payload.

Note that a New Document Uploaded payload is also sent for this event.

{ 
  event: "commitment_uploaded",
  timestamp: 1619448709, 
  payload: { 
    order_id: "cbd2e6ed-9918-4aca-ac19-f7118bba0d4c", 
    title_commitment_document: {
        "id": 12561,
        "type": "Title Commitment",
        "name": "Title Commitment",
        "file_name": "1619470857test-document-upload.pdf",
        "download_url": "http://localhost:4125/storage/documents/transaction-shelf/12553/1619470857test-document-upload.pdf"
        "uploaded_at": "2021-01-31 00:00:00"
    },
  }
}