With one HTTP Request node and a few regular nodes, you can pull images out of Monday.com and send them to GPT for analysis, like if you wanted to get data from receipts (@Jason Guan 😉) or transfer data from a PDF to a spreadsheet. Getting the files or images out of Monday.com is not the most straightforward process so I have included the workflow and the JSON below. JSON body to request the Monday.com Public URL for an image: { "query": "{ assets(ids: [{{ $json.assetId }}]) { id name public_url url } }" } The sample GPT prompt is attached as a separate file. Let me know if you need any help!