Hi, I’m trying to send a message to a telegram chat with pipedream, but seems like it can’t parse elements start with the break line tag
since it gave me this error: ETELEGRAM: 400 Bad Request: can't parse entities: Unsupported start tag "br" at byte offset 38
To pass HTML messages to Telegram, you can use the telegram.sendMessage action in a Pipedream workflow. Set the parse_mode parameter to “HTML” and include your HTML content in the text parameter. Here’s an example:
Replace your_chat_id with the appropriate chat ID and include your desired HTML content in the text parameter. Make sure you have connected your Telegram Bot API in Pipedream .For more information on sending messages with Telegram, refer to the Telegram Bot API documentation.