Skip to main content

Hey all,

I am able to create new item and to push to it an update, in form of a string.
While inserting the string, I include to the update an image’s url as well:

I wonder if there is a way to make the image to render, instead of showing the url itself?

Regards :_)

Hello there @danieln,

You can use the add_file_to_update method as explained here.

You can check out our Postman example here.

I hope it helps!

Cheers,
Matias


Hi, thanks for the help matias. We’re starting to have a close relationship here, meeting almost every day 😃

I have come to realize that Monday updates accept html, so I have just inserted the image link into an ‘<img src=“…”/>’ tag, and it worked.

Thanks 🙂


Hi @danieln,

I’m happy to hear this works for you 🙂
Please let us know if you have any more questions!