Upload a document from a webhook to S3

Hello,

I have a webhook that collect a file and I need this file to be uploaded on a S3 server.

How can I tell S3 how to upload the file?
image

the binary data toggle is at true.

Thank you very much

You have to use the name of the binary property, not the reference. When you receive the data in the webhook node you have two tabs json and binary. When you click on the binary tab you are going to see the name of the property the binary data was assigned to (I think by default it’s data). Then, in the S3 node, you need to set the parameter `binary property to the name of the binary property in the webbook node.

Hey @oswald_bernard,

Were you able to get it working? Let us know if you’re still facing any issues :slight_smile:

Hello,

it works perfectly!

thank you