Hai n8n community sorry for disturbing, i would like to ask about the error i’m getting from my workflow which “Bad request - please check your parameters Invalid input: image URL is required”. So in my workflow i’m trying to use api.market
As you can see, it doesn’t accept the image as a binary file, it expects a URL instead
So, try removing the image download step node and use the URL directly from the WhatsApp node: {{ $json.url }}
before i was trying to change a bit about the code by changing the path of the url image from the default that you gave me into the image that was taken from whatsapp into http node ( download the image into binary file ). firstily it didnt work but i saw your reply and decide to change the path to the default manual it works perfectly, but the problem here, how am i able to use my custom image? thank you mr. @mohamed3nan