Integrate Slack with help requests such that when you submit one a Slack message is sent in the "three-thousand-more" channel (this should be changed later).
How is this accomplished?
Modifying backend to add a job for sending the POST request to the Slack bot. Add HTTP handler to the Slack bot for the /help_request route.
Checklist
[ ] I have tested the changes in development
[ ] I have received review from at least one other team member
What are you trying to accomplish with this PR?
Integrate Slack with help requests such that when you submit one a Slack message is sent in the "three-thousand-more" channel (this should be changed later).
How is this accomplished?
Modifying backend to add a job for sending the POST request to the Slack bot. Add HTTP handler to the Slack bot for the
/help_request
route.Checklist