danieln
(daniel)
January 23, 2023, 12:27pm
1
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
danieln
(daniel)
January 25, 2023, 9:15am
3
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
alessandra
(Alessandra)
January 27, 2023, 8:16pm
4
Hi @danieln ,
I’m happy to hear this works for you
Please let us know if you have any more questions!