I have a form submission trigger where I upload an image. An AI analyzes the image and converts it to JSON format. After that, I’m using HTTP POST to trigger a post based on the JSON, but I can’t attach the image binary to this HTTP POST request tool.
Im using n8n self hosting, newest version. My workflow is:
Thanks.