This topic was automatically generated from Slack. You can find the original thread here.
This is how I currently have it setup
This topic was automatically generated from Slack. You can find the original thread here.
This is how I currently have it setup
There are two different ways you can solve this.
I get this error when I select html parser in the telegram section
That’s unfortunate. That means Telegram doesn’t support <table>
elements in your email body’s HTML.
You’ll have to replace them with lists.
I would recommend using an NPM package to convert the HTML to Markdown, then you can more easily post this to Telegram
Could you guide me on the best way to do this?. I’m not familiar with node
You can get started learning about how to use NPM packages in our University series.
Here’s a video to show you how to install any NPM package in a Node.js code step:
Then you can search NPM for packages that convert HTML to Markdown, like this one:
I recommend watching the entire University series on Node.js to get started using code in workflows.