Google Chat with YAML

YAML parameters for Google Chat

Name Type Description
action Required String The name of the action.
type Required String The type of the action. Should be set to GOOGLE_CHAT.
content Required String The content of the notification.
channel Required String The ID of the Google Chat channel.
integration Required String The 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 Mar 4, 2025