- 
    
Problem report
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    6.0.20, 6.4.5
 
- 
        Sprint 104 (Sep 2023)
 - 
        1
 
Send notification via Telegram bot with message containing "<"
for example:
<b>PROBLEM DETECTED</b>\nMy host\r\n\r\n<b>Warning</b>\r\nHost has been restarted (uptime < 10m)
Sending will fail with 
Sending failed: Bad Request: can't parse entities: Unsupported start tag "" at byte offset xx
Telegram bot after < waits for the tag but it's not a tag it's "less"
Need to replace < to < with correct regex 
https://core.telegram.org/bots/api#html-style
Although for > it works
- is duplicated by
 - 
                    
ZBX-22134 Telegram integration does not process escape symbols on html mode
-         
 - Closed
 
 -