-
Documentation task
-
Resolution: Unresolved
-
Trivial
-
6.0.39, 7.0.11, 7.2.5
-
None
-
Documentation backlog
-
1
**
Hello Zabbix Support Team,
I'm currently testing Telegram integration using the webhook method in Zabbix 7.4.0beta1, and I'm encountering some issues that I couldn't resolve with the current documentation.
The issues are as follows:
- Invalid JSON Error: When using the macro {{
{EVENT.TAGSJSON}}} in the message template, I receive the following error during the test:
Sending failed: Webhook processing failed: Value "event_tags" contains invalid JSON.
However, if I replace {{{EVENT.TAGSJSON}}} with a hardcoded value like [\{"tag":"test","value":"test"}], the test succeeds, and the message is delivered to Telegram.
- Unauthorized Error: Before that, I also faced:
{{
{"ok":false,"error_code":401,"description":"Unauthorized"}}}
I corrected the bot token and confirmed it's working, as I can send messages using hardcoded values.
Steps to reproduce:
- Changes in configuration...
- Navigate to screen title...
- Click on screen element...
- ...
Result:
See screenshot...
See log file...
See memory dump...
Expected:
See screenshot....
See attached patch file...