A Slash Command integration for the Slack messaging app.
Messages that start with a slash
/
are commands and will behave differently from regular messages. Slash Commands enable Slack users to interact with external services directly from Slack.
This custom command allows users to create simple polls, and vote anonymously from the list of options.
Authors | @mingchia-andy-liu | @jshephard | @tony-dinh |
---|
Command: /poll open [title] :: [option 1], [option 2], ...
To create a new poll, use the command /poll open
and provide a title and a list of options to vote for. Each channel may have at most one open poll -- creating a new poll will close an existing opened poll.
Command: /poll close
To see voting results, you must close the poll with the command /poll close
.
Command: /poll vote [option]
To vote for a poll option, use the command /poll vote
and provide the numerical index of your voting choice.