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.
- Host: GitHub
- URL: https://github.com/mohith-das/slackbot-updateapp
- Owner: mohith-das
- Created: 2026-01-03T21:41:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-03T22:15:29.000Z (6 months ago)
- Last Synced: 2026-03-01T08:33:55.270Z (5 months ago)
- Topics: apps-script, automation, google-sheets, slack, webhook
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.