I have a Teltonika SMS gateway that i would like to use with Zabbix for sending SMS. I can use POST event in the following format to send.
Looking at the media types and the webhooks i can't figure out how to do this in a simple manner. I'm not sure what to put in the script section, any help on this?
Code:
http://10.3.1.7/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage
Comment