This topic was automatically generated from Slack. You can find the original thread here.
Dylan Sather (Pipedream) : —
Sometimes you’ll process HTML in a workflow that you need to send to Slack, but Slack doesn’t render HTML. This workflow parses HTML to Slack’s mrkdwn
format. It converts this HTML:
<p><strong>Hello, world</strong> - <a href="https://example.com">[example.com](http://example.com)</a></p>
into a message Slack will format correctly: