Hello Monday Community,
my company is building a website that generates html based on Monnday updates that we have on a specific table.
Querying the body property of update, I receive the html version of the update, containing something like:
<p>
<img src="https://subdomain.monday.com/protected_static/123456/resources/123456/image.png" />
<h4> Some Content </h4>
</p>
The problem is, that customers wont be able to see this image because you have to be logged in on monday to access the source URL.
Is there any way to make this content accessible, without having to query the asset’s public URL?