#How to display a link in Response

1 messages · Page 1 of 1 (latest)

foggy iron
#

I am calling an API which returns following response, which contains an anchor tag/link:

Get more information about Samurai <a href="https://en.wikipedia.org/wiki/Samurai" target="_blank" rel="noopener noreferrer">here</a>!

When i return it as is to the user its displayed as plain text response without the link.

Any suggestions?

torn yew
#

Typebot bubbles parse Markdown, not HTML

#

So this would work:

[here](https://wiki...)
foggy iron
#

thanks for the response @torn yew

arctic flare
#

Hi @foggy iron, did this work ?
Were you able to make the link clickable ?
I have a similar issue with the links from our API