Question

Send Selected file in Upload Request in Attachment by a custom Service

There is Custom Service in the backend, When I Upload a file to the attachments, at the same time the file should also be sent to Custom Service. I am not able to get the uploaded file. Is there any handler that deals with this.

Like 0

Like

3 comments

Hi, 

Can you please give more details to your question? Do you want to send uploaded files to your service or upload files to the system using your service?

Dmytro Vovchenko,

I want to send the Uploaded file to my custom service.

In this situation, it would be better to create your own handler for the file upload.

For example, you can add it on the "After record added" event to the [Object]File object in the configuration. There you will call your service and you would be able to get all the necessary columns from the file.

Also, take a look at the upload method in the schema FileDetailV2. from there you can also get information about the file.

Show all comments