Google Chat with YAML

YAML parameters for Google Chat

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to GOOGLE_CHAT.
content RequiredStringThe content of the notification.
channel RequiredStringThe ID of the Google Chat channel.
integration RequiredStringThe ID of the integration.

YAML example for Google Chat

yaml
actions: - action: "Send notification to Google Chat" type: "GOOGLE_CHAT" content: "Pipeline Execution successful!" channel: "spaces/AAAA99999" integration: "my_integration"

Last modified on Sep 23, 2024