Search found 2 matches

by Oleg
Wed Mar 16, 2016 8:09 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTPS request as Action on alert
Replies: 3
Views: 11179

Thank you!
by Oleg
Wed Mar 16, 2016 5:47 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HTTPS request as Action on alert
Replies: 3
Views: 11179

HTTPS request as Action on alert

Hello! Is it possible to use HTTPS request as Action on alert? I need make request like this: https://api.telegram.org/botxxx/sendMessage?chat_id=xxxx&text=xxxxxx I try use action HTTP request: Host: api.telegram.org Port: 443 Request: botxxx/sendMessage?chat_id=xxxx&text=xxxxxx but it doesn...