Raw/binaries source to webhook to write binary file

Hi all,
i start a workflow with a webhook and try to write a file with the binary i send


i follow this thread : Handling of binary data in webhook - #2 by jan

I set binary data to true and then the sender application always finish in time out, unable to reach the webhook.

I try the property raw body , write_binary_file fire correctly but with bad mimet type, and the writen file
(img.jpg) is no more readable


image

Any idea ? Thanks

I do not think you can use the raw option to send binary data, probably the binary data is mapped to a string, and that why the file it’s not readable. You have to use form-data, x-www-form-urlencoded or binary.