We want to create a slash command in Slack that takes users to a survey. We need an end point for that command to hit which returns a link to the survey form so each user can only submit once and we can store the responses.
Proposed solution
Create view/endpoint for Pybot to hit in order to get authenticated URL to initiate form.
Additional context
This is going to be related to an OperationCode-Pybot repo issue.
Feature request
We want to create a slash command in Slack that takes users to a survey. We need an end point for that command to hit which returns a link to the survey form so each user can only submit once and we can store the responses.
Proposed solution
Create view/endpoint for Pybot to hit in order to get authenticated URL to initiate form.
Additional context
This is going to be related to an OperationCode-Pybot repo issue.