Email - change to HTML
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 š
4 Replies
<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