From d851600a523775d0abf52c9e61bf77eed4cd74eb Mon Sep 17 00:00:00 2001 From: lucasgomide Date: Mon, 23 Jul 2018 14:33:47 -0300 Subject: [PATCH] Add HangoutsChat documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8d8387..ef5b302 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ Here is all avaliables hook's configurations and your descriptions. Remember tha - **api_key** The API Key to use the NewRelic REST API. You can find more [here](https://docs.newrelic.com/docs/apis/rest-api-v2/getting-started/api-keys) - **revision** The application's current revision (e.g 0.0.1r42) +- HangoutsChat + - **webhook_url** Indicates the Webhook URL to dispatch messages to HangoutsChat Room. + ## Example [Snitch App Sample](https://github.com/lucasgomide/snitch-app-example)