Share feedback, ideas and get community help

Updated 9 months ago

Email - change to HTML

At a glance

The community member is trying to send an Anthropic output via email, but the output is being sent as raw HTML tags like <swot_analysis>. The community members discuss how to convert this output to proper HTML format so it can be rendered correctly in the email. The suggestions include using AI to reformat the output or replacing the <swot_analysis> tag with a standard HTML tag like <div>. There is no explicitly marked answer, but the community members seem to be working towards a solution.

Hi πŸ™‚ I want to send an anthropic output via email but it sends like this "<swot_analysis><br />Strengths:<br />β€’ " etc.... how do I convert it to html ?
Thanks πŸ™‚
B
K
4 comments
<swot_analysis> is not a native HTML element so you won't be able to render this in an email
so should I get AI to reformat it into HTML? Would that be easiest?
Or if it always return <swot_analysis>, you could simply replace it with <div> or else in a set variable block
ah yeah that's just placeholder. Thanks will try it out
Add a reply
Sign up and join the conversation on Discord