Recognition Chat Bot Overview
A Chat Bot is a type of Custom Integration that Workplace users in your company can interact with via Workchat. It allows to automate certain actions and speed up some processes.
In this section, we showcase a sample chat bot of Recognition and how to create it. The Recognition bot will make it easier for users to recognize each other for their accomplishments.
Deploying the botDeploying the chat bot
1
Create and configure the bot on Workplace. Instructions on how to do it can be found here.
2
Go to the Github repository here, download the content and put it in your web server.
3
Edit the code, replace the two tokens (access and verify) that you should have got in step 1 and save it.
Estimated time of deployment
Provided that you have a web server available, the creation and deployment of the chat bot shouldn't take more than 20 minutes. Storing the recognition events in a CSV file will add 15-20 additional minutes.
If you also want to connect the bot with your internal recognition system, an extra time should be allocated for that integration.