Parse HTML to Slack mrkdwn format

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:

Screen Shot 2021-02-02 at 9.40.11 PM.png

Sarath Kallakuri : is there a Telegram version of it?
I send all Elon Musk tweets to telegram and this would help.

Dylan Sather (Pipedream) : sorry for the late follow up. I didn’t build a Telegram version but you can copy and modify the workflow if you’d like to give it a try. I’d love to see what you come up with!