diff --git a/docs/source/ruletypes.rst b/docs/source/ruletypes.rst index 2e19d717..e26d4fcf 100644 --- a/docs/source/ruletypes.rst +++ b/docs/source/ruletypes.rst @@ -2187,6 +2187,20 @@ Example usage:: http_post_headers: authorization: Basic 123dr3234 +Squadcast +~~~~~~~~~ + +Alerts can be sent to Squadcast using the `http post` method described above and Squadcast will process it and send Phone, SMS, Email and Push notifications to the relevant person(s) and let them take actions. + +Configuration variables in rules YAML file:: + + alert: post + http_post_url: + http_post_static_payload: + Title: + http_post_all_values: true + +For more details, you can refer the `Squadcast documentation `_. Alerter ~~~~~~~