Document Processing Webhook
triggers trigger description document added to profile by api via this api upload library documents to a profile docid 16sfbkd9fbwgrmxicvyil document processing triggered in case management via case management a user can trigger actions such as translate or fraud check on a specific document event lifecycle examples of the triggers and webhook lifecycles can be found here document lifecycle examples docid\ kjgnthwuimf8vuiuyyeqj payload the payload of the webhook provides the following information in json format attribute description id the unique internal reference of the event profile id the unique reference to the profile status the overall status of the processing updated at the date/time of when the profile was last updated statuses the statuses of the actions performed as part of the document processing will be null if that action is disabled { "event" "document processed", "timestamp" "2025 12 09t10 25 10 293069z", "data" { "id" 12130, "profile id" "c52d65c5 ec5c 4294 9910 d1af59a599d5", "status" "pending", "statuses" { "translate" "complete", "ocr" "complete", "fraud check" "pending" } } }