Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 858 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 858 Bytes

Point person

This is an slack slash command to look up for the person with the skills / knowgledge to answer your burning questions.

Configuration

  • Create a new slack slash command
  • Create a sheet with at least this columns
name
slack
tags
  • Publish it to the web going to File > Publish to the web...

  • Configure your app

    • Set TOKEN environment variable with your command's token
    • Set SHEET environment variable with your payroll google sheet
  • Configure web as your docroot. This depends on what web server you are using.

Heroku deployment

heroku config:add TOKEN="YOUR TOKEN" SHEET="URL to CSV SHEET"
  • 👍