cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger event from SAP Document Management Service

akhthaaralibadhusha
Participant
0 Likes
355

Is it possible to receive a notification / event / or call webhook when a file is uploaded / changed in SAP Document Management Service.

Accepted Solutions (0)

Answers (1)

Answers (1)

RieSe
Contributor
0 Likes

CMIS provides a “change log” mechanism to allow applications to easily discover the set of changes that have occurred to objects stored in the repository since a previous point in time.
There a currently these change event types: created, updates, deleted, security. The repository must support the changeLogToken. Don't know, if SAP has implemented this, but you can test it by yourself, when creating a repository. You can consult the official documentation at oasis.org

Best regards
Stefan