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](https://community.n8n.io/uploads/default/original/2X/c/c6edbed626a28683ead5b52ea2f98ff28bbccf55.png)
Any idea ? Thanks