How to Adress binary data recived from a Webhook

I would like to send the recevied Picture to another API via a Post request. Sadly i cant find how to adress/reference the recived binary data.

Help is appreciated !

Hey @N0ah,

it should be like:

{{ $node['Webhook'].binary.bild0 }}

Attributes are stored in item.json.Attribute1 while files are stored in item.binary.File1.

Hope that helps.

Cheers.

1 Like