Good Morning,
I'm trying to setup Signl4 Webhook within Zabbix 6.4 to allow monitoring via the Signl4 mobile app.
I've got as far as being able to send a test Curl command from my Zabbix server to the Signl4 mobile app which worked, so able to communicate from my Zabbix server to Signl4 mobile app.
curl -X POST 'https://connect.signl4.com/webhook/team-secret' -H 'Content-Type:application/json' -d '{"Title":"Test Alert","Text":"Hello world."}'
When I try to configure the SIGNL4 Webhook within Zabbix Media Type with my team-secret then test it, I keep getting
'Sending failed: ReferenceError: identifier 'CurlHttpRequest' undefined' error.

Not sure why its not working?
I'm trying to setup Signl4 Webhook within Zabbix 6.4 to allow monitoring via the Signl4 mobile app.
I've got as far as being able to send a test Curl command from my Zabbix server to the Signl4 mobile app which worked, so able to communicate from my Zabbix server to Signl4 mobile app.
curl -X POST 'https://connect.signl4.com/webhook/team-secret' -H 'Content-Type:application/json' -d '{"Title":"Test Alert","Text":"Hello world."}'
When I try to configure the SIGNL4 Webhook within Zabbix Media Type with my team-secret then test it, I keep getting
'Sending failed: ReferenceError: identifier 'CurlHttpRequest' undefined' error.
Not sure why its not working?
Comment