We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a POLL Plugin which allows creattion and tracking of POLLs
Similar to simplepoll but free!
Block Kit builder example
{ "blocks": [ { "type": "header", "text": { "type": "plain_text", "text": "Poll", "emoji": true } }, { "type": "section", "text": { "type": "mrkdwn", "text": "Please vote for your preferred option." } }, { "type": "section", "text": { "type": "mrkdwn", "text": "Option 1" }, "accessory": { "type": "button", "text": { "type": "plain_text", "text": "Vote", "emoji": true }, "value": "option_1" } }, { "type": "section", "text": { "type": "mrkdwn", "text": "Option 2" }, "accessory": { "type": "button", "text": { "type": "plain_text", "text": "Vote", "emoji": true }, "value": "option_2" } }, { "type": "section", "text": { "type": "mrkdwn", "text": "Option 3" }, "accessory": { "type": "button", "text": { "type": "plain_text", "text": "Vote", "emoji": true }, "value": "option_3" } }, { "type": "section", "text": { "type": "mrkdwn", "text": "Created by @sam57719 using `/poll`" } } ] }
The text was updated successfully, but these errors were encountered:
sam57719
No branches or pull requests
Create a POLL Plugin which allows creattion and tracking of POLLs
Similar to simplepoll but free!
Block Kit builder example
The text was updated successfully, but these errors were encountered: