I am looking to be able to send richer content through the client channel API when utilising a chat bot.
By default, it appears that all HTML content setup in a paragraph rule is stripped out when the chat bot responds on the client channel API - I would like to be able to provide some simpler tags such as formatting, links and lists.
@Abhishek942 Hi - thanks for this. The Custom DT approach did the trick - this maintains the captured HTML elements rather than stripping out like text.
@ShreeramK4150 Hi, you can just include HTML content inside the response properties within the custom DT when creating outbound messages. In theory this could be sourced from anywhere such as Paragraph etc. Please see below quick example.