How do I change where comment attachments are uploaded to?

I have a group page where users can create posts and add comments. When a user uploads an image or video, it gets hosted at a wixstatic url, however, I need to upload it to an external service (in order to do some processing on it).

I can’t find a way to edit the discussion widget on the page, let alone the commenting elements, it just gets selected as one big widget (with no events related to comments or uploads).

Is there a way on the backend to intercept the file upload or redirect where the post/put request goes?

Edit: I’ve also looked at creating a custom App but there are no available webhooks related to groups or comments.