Module for sending messages to google chat.
New in version 2019.2.0.
To use this module you need to configure a webhook in the google chat room where you would like the message to be sent, see:
salt.modules.google_chat.
send_message
(url, message)¶Send a message to the google chat room specified in the webhook url.
salt '*' google_chat.send_message "https://chat.googleapis.com/v1/spaces/example_space/messages?key=example_key" "This is a test message"
Generated on September 27, 2023 at 04:02:39 UTC.
You are viewing docs for the latest stable release, 3006.3. Switch to docs for the previous stable release, 3005.3, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy