An open API service indexing awesome lists of open source software.

https://github.com/mohith-das/slackbot-updateapp

Slack slash-command webhook to log updates into Google Sheets.
https://github.com/mohith-das/slackbot-updateapp

apps-script automation google-sheets slack webhook

Last synced: 20 days ago
JSON representation

Slack slash-command webhook to log updates into Google Sheets.

Awesome Lists containing this project

README

          

# SlackBot Update App

Slack slash-command webhook that logs team updates into a Google Sheet.

## Highlights
- Captures user, timestamp, channel, team, and update text.
- Simple Apps Script Web App deployment.
- Lightweight logging for async standups.

## Tech
Apps Script, Slack, Google Sheets

## Setup
1. Open the target Google Sheet and go to Extensions -> Apps Script.
2. Paste `slackbot2googlesheet_updateapp.js` into the project.
3. Deploy as a Web App (execute as you, access: anyone with the link).
4. Create a Slack slash command that POSTs to the Web App URL.

## Usage
- The script appends a row to `Attendance Log`.
- Returns a confirmation message to Slack.

## Notes
- Adjust the sheet name if your log tab is different.