Post Google Drive file changes to Slack on Google Apps Script
- Slack incoming webhook
- Upload dist/bundle.js and dist/index.js.
Or if you're using @google/clasp, editscriptId
property in.clasp.json
and runnpm run deploy
. - Set
slackWebhookUrl
property in script properties (File > Project Properties > Script Properties). - Create a Time-driven trigger to run
main
function periodically (e.g. every hour).
MIT