Send email node. I have a variable called {{chathistory}}....
Send email node. I have a variable called {{chathistory}}....
At a glance
A community member is having an issue where the {{chathistory}} variable in the send email node is not treating the text content as HTML. They are asking if there is a way to adjust this or if they need to add an intermediate process. Another community member provides a minimalist bot that reproduces the issue and shares a link to it. The issue is that line breaks are treated as a string. A third community member confirms that a fix is being pushed and will be available in 10 minutes.
When I add the {{chathistory}} variable to the send email node, the text content isn't treated as html. Is there any way to adjust this or do I have to add some intermediate process?
If you type something to the bot then request a callback, it will send you an email with the {{chathistory}} variable. But line breaks <br> are treated as string.