Share feedback, ideas and get community help

Updated 3 weeks ago

How to display a link in Response

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?
Attachment
image.png
1
B
W
A
5 comments
Typebot bubbles parse Markdown, not HTML
So this would work:

Plain Text
[here](https://wiki...)
thanks for the response @Baptiste
Hi @William, did this work ?
Were you able to make the link clickable ?
I have a similar issue with the links from our API
If you do not write

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


but

Get more information about Samurai here

it will work
Add a reply
Sign up and join the conversation on Discord