acmesoftwarellc/Google Chat Build Notification

Send build notifications to Google Chat via webhook with status, changelog, and mentions support.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 15, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: acmesoftwarellc/google-chat-notification@bec1267ea6fdce40e368443622b0d536775564f9 # 1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
webhook-urlThe Google Chat incoming webhook URL. Obtain this from your Google Chat room settings.yes
platformBuild platform (e.g., iOS, Android). Used to customize the notification.yes
changelogChangelog in markdown format. This will be included in the notification.yes
app-versionApplication version (e.g., 1.2.3).yes
build-numberBuild number. Defaults to N/A if not provided.noN/A
mentionMention user or group in the notification, e.g., <users/all> or <users/1234567890>. Defaults to <users/all>.no<users/all>
statusBuild status (e.g., success, failure, cancelled). Defaults to success.nosuccess
image-urlURL of the image to include in the notification. If not provided, a default image for the platform will be used.no
namedescription
status-codeThe HTTP status code returned from the Google Chat webhook request.