Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 956 Bytes

enterprise_ebox_event_service.md

File metadata and controls

28 lines (21 loc) · 956 Bytes

EES Enterprise integration

Integration tips

We strongly recommend an asynchronous implementation with retry so that the DP is not directly impacted by errors of the EES. Event are important so we cannot simply ignore them because they cannot be send.

Example input

´´´:json [ { "eventType": "documentExpirationAlert", "eventCorrelationId": "c1493fcf-601b-453d-80b8-9db1b226199f", "eboxId": "0206731645", "messageId": "3b06011b-071d-4e9c-b879-b260523247cb", "expirationDate": "2020-04-29T10:25:53.723Z", "receiptDate": "2020-04-29T10:25:53.723Z", "registeredMail": false } ] ´´´

Technical Information