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 !
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.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.