[GH-ISSUE #380] Send request to application after file updated. #194

Closed
opened 2026-02-26 10:30:50 +03:00 by kerem · 1 comment
Owner

Originally created by @xunmeng2015 on GitHub (Sep 22, 2021).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/380

I'm running docker-communityServer and docker-documentServer, i want to send a request to my backend application after file updated, but i don't want to interrupt normal procedure. It means that my application get request (and return something) only, without save file or any other operations.

Originally created by @xunmeng2015 on GitHub (Sep 22, 2021). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/380 I'm running docker-communityServer and docker-documentServer, i want to send a request to my backend application after file updated, but i don't want to interrupt normal procedure. It means that my application get request (and return something) only, without save file or any other operations.
kerem closed this issue 2026-02-26 10:30:50 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Sep 22, 2021):

I think one way to solve this problem - you should create a service that monitors changes in the version of the file in CommunityServer using API and if changes are detected - send request to your server

Also please note that GitHub is not a forum - your problem sound like not an issue, but some idea - so you've better discuss it on forum

<!-- gh-comment-id:924709949 --> @ShockwaveNN commented on GitHub (Sep 22, 2021): I think one way to solve this problem - you should create a service that monitors changes in the version of the file in CommunityServer using API and if changes are detected - send request to your server Also please note that GitHub is not a forum - your problem sound like not an issue, but some idea - so you've better discuss it on [forum ](https://forum.onlyoffice.com/)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#194
No description provided.