{
  "slug": "wiki-notify-gchat",
  "title": "Wiki Notify for Google Chat",
  "type": "app",
  "version": "1.6.5",
  "description": "Turn wiki.adom.inc notification emails into a live Google Chat board. One card, one row per issue - newest first, OPEN/CLOSED status, origination date, actor, and a View link - continuously updated in your own Chat space via your own webhook. Emails are swept out of your inbox (trash, archive, or label). Closed items linger until 6am the next day, then drop off. Delegates all auth to adom-google; the only secret is your webhook URL, kept in your private config.",
  "tags": [
    "cli",
    "gmail",
    "google-chat",
    "notifications",
    "wiki"
  ],
  "dependencies": {
    "adom/adom-google": "^0.8.5"
  },
  "discovery_triggers": [
    "wiki notifications in google chat",
    "stop wiki emails cluttering my inbox",
    "wiki notification board",
    "forward wiki notifications to chat",
    "sweep wiki emails out of my inbox",
    "use wiki-notify-gchat"
  ],
  "discovery_pitch": "Reach for wiki-notify-gchat when wiki.adom.inc notification emails should become a live, self-cleaning board in Google Chat instead of inbox clutter.",
  "sample_prompts": [
    {
      "label": "Set it up",
      "prompt": "Make wiki.adom.inc notification emails show up as a board in my Google Chat and delete them from my inbox"
    },
    {
      "label": "Keep the mail",
      "prompt": "Set up the wiki notification chat board but archive the emails instead of trashing them"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Wiki Notify for Google Chat",
    "subhead": "Wiki notifications become a live Chat board - your inbox stays clean.",
    "screenshot": "docs/hero.png"
  },
  "org": "adom",
  "author": {
    "name": "Drew Owens",
    "email": "[email protected]"
  },
  "visibility": {
    "public": true
  }
}