Skip to content

daubejb/ChatGoogleAppsScript

Repository files navigation

Chat for Google Apps Scripts

GitHub release (latest by date) Google Apps Script clasp code style: prettier TypeScript GitHub pull requests GitHub issues

A Google Apps Script library service for dynamically generating Google Chat Card Messages

This library service provides an interface named ChatApp, similar to the SpreadsheetApp and the DocumentApp provided by Google App Scripts. ChatApp provides the ability to dynamically configure and build Google Chat Card messages to render and inject into in the Google Chat platform

These Card Messages can be injected into the Chat plaform in direct response to a user onEvent OR ansynchronously in response to external events, e.g., a monitoring applicaiton, a pager utility, using webhooks

Installation

  1. Navigate to the Google Apps Script editor located @ https://script.google.com
  2. Create or open a new Apps Script Project
  3. Click on the plus sign located to the right of the Libraries tab of the left navigation menu
  4. Within the Add a Library dialog window, copy and paste this script id to be provided upon first deployment into the Script ID * textBox
  5. Click Lookup
  6. Click Add

Usage

Contributions

Releases

No releases published

Packages

No packages published