Workplace from Meta is going away. You will be able to continue using Workplace until 31 August 2025. Visit our Help Centre to find out more.
English (UK)
Log in
Home
Home
TECHNICAL RESOURCES CENTRE
Get help with setting up Workplace, managing domains and other technical issues.
Mastering Workplace features
Ready to become a Workplace pro? Learn all the ins and outs of our key features with in-depth guides, step-by-step user instructions and resource hubs.
Technical resources
You don't have to be an IT genius to launch Workplace, but if you are then these technical resources are for you.
Help Centre
Find step-by-step instructions and answers to frequently asked questions.
Support
Still can't find what you're looking for? Get in touch with a team of experts for more hands-on support.
What's new in Workplace
Stay up to speed with all the latest Workplace innovations, feature announcements and product updates.
Setup guides
From adding a domain to inviting users, follow this step-by-step guide to set up your Workplace.
Domain management
Find out why domain management matters – and how to do it properly.
Workplace integrations
Discover how to bring all your tools together. Something missing? Learn how to build your own integrations.
Account management
Keep your Workplace up to date by creating, maintaining or deactivating user accounts.
Authentication
Make sure that you only give access to the right people by integrating with your current identity solutions.
IT configuration
Learn how to keep Workplace running smoothly with info on networks, email whitelisting and domains.
Account lifecycle
Understand the process of inviting members of your organisation to claim their accounts.
Security and governance
Get the lowdown on how we keep your people and information safe on Workplace with added technical terminology.
Workplace API
Learn how you can automate and integrate your custom solutions with Workplace using our API.
Getting started
From launching Workplace to paying for it, learn more about those crucial first steps.
Using Workplace
This is where we reveal the hidden depths Workplace has to offer with tips and info on key features.
Managing Workplace
Got a specific question about managing content, data or employees? This is the place to ask it.
IT and Developer Support
Looking for answers to more technical questions about security, integration and the like? Start here.
Support
Still can't find what you're looking for? Get in touch with a team of experts for more hands-on support.
Get in touch
Need help with your Workplace account? Fill in this form to get all the answers you need from our customer support.
Security
Security
    Start using Workplace
      Mastering Workplace features
      Workplace use cases
        Work Academy
          Podcasts
            English (UK)

            Integrations > Recognition Chat Bot



            Learn how to integrate other tools in your Workplace instance.

            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.

            GITHUB REPOSITORY

            Deploying the bot

            Deploying 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

            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.