T
Typebot•12mo ago
Kyle Behrend

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
Baptiste
Baptiste•12mo ago
<swot_analysis> is not a native HTML element so you won't be able to render this in an email
Kyle Behrend
Kyle BehrendOP•12mo ago
so should I get AI to reformat it into HTML? Would that be easiest?
Baptiste
Baptiste•12mo ago
Or if it always return <swot_analysis>, you could simply replace it with <div> or else in a set variable block
Kyle Behrend
Kyle BehrendOP•12mo ago
ah yeah that's just placeholder. Thanks will try it out

Did you find this page helpful?