Migrate from Meta Workplace to Zoho Cliq

Migrate from Meta Workplace to Zoho Cliq

To migrate your conversations from Meta Workplace to Zoho Cliq, do the following:

Export your data from  Meta Workplace

Grant permissions and copy access token

  1. Log in to your Meta Workplace account.
  2. In the navigation sidebar, click on the Admin Panel.
  1. Go to Integrations and click the Create custom integration button.
  1. Enter a name and description of your integration, then click Create.
 Add API permissions 
  1. Once you have created your custom integration, click Permissions. A list of categories will appear where you can select the permission you want to request.
  2. Check the 13 permissions mentioned below, then click Save.
API permissions to select:
  • Read all messages
  • Message any member
  • Explore employee data
  • Read group membership
  • Read group content
  • Manage groups
  • Read user email
  • Read work profile
  • Read org chart
  • Manage accounts
  • Read user timeline
  • Read Workplace company data exports
  1. Click Confirm in the Profile template updated pop-up.
 Copy access token 
  1. Select Details, then click Create access token under Integration details.
  1. A new token will be created. Copy the token and click Done.
InfoInfo: Make sure to copy and paste the access token in your system's desired location (e.g., Notes). The token will only be visible once, and you will need it later.

Import your data to Zoho Cliq

Run the code  

  1. Navigate to your Zoho Cliq's admin panel. Under Data Administration, select Import External Data, then click Meta workplace.
  1. Review the requirements and steps provided.
Add data to the script and save it   
  1. Copy the script from the previous step in the admin panel and save it as a .py file.
  1. Make sure to add the access token you copied within the .py file.
  2. Save the script in a directory (e.g., Desktop) as a file named "metaworkplaceexport.py".

Open terminal and run the script   

How to open terminal in MacOS:

  1. Open Launchpad and type "Terminal."
  1. In the terminal, navigate to the directory where the Python file is saved. For example, cd ~/Desktop/
  1. In the next line, type "python3 metaworkplaceexport.py".
  1. Click Enter to run the script. 

How to open terminal in Windows:

  1. Click on the Start Menu in Windows, then search for 'Command Prompt.' This will open the terminal.
  1. Navigate to the Python script located on the desktop within the terminal and type "python3 $pythonscriptfilename.py".
  1. Click Enter to run the script.
Notes
Note:
  • Python versions 3 or above are strongly recommended to avoid errors. Here are the links to install Python: MacOS and Windows.
  • As a prerequisite to checking if all the necessary modules are installed, you can run the following code in a .py file in your terminal. This will display all the installed modules. If a specific module is missing, you can install it.
  1. import importlib
  2.  
  3. def check_module(module_name):
  4.     try:
  5.         module = importlib.import_module(module_name)
  6.         print(f"{module_name} module is installed")
  7.     except ModuleNotFoundError:
  8.         print(f"{module_name} module is not installed")
  9.     print()
  10. # List of modules to check
  11. modules_to_check = ['os', 'urllib', 'ssl', 'certifi', 'requests', 'json', 'logging', 'queue', 'threading']
  12.  
  13. # Check each module
  14. for module_name in modules_to_check:
  15.     check_module(module_name)
  • If you encounter the 'No module $module_name' error, identify the exact command for the Python 3 version and enter it in the script. For example, in Python 3, the command is "sudo pip3 install requests".

Upload zip folder to import data to Cliq   

  1. A zip folder will be generated with the data fetched from Meta workplace after the script runs. Drag and drop the zip folder or upload it from your system and click Upload.
  1. Once your data has been successfully imported, you will be able to view the count of users and channels imported. You can also import the direct messages and group chats of your organization users.
An email will be sent to the users inviting them to join Cliq.
Notes
Note:
Importing data more than once can result in data duplication, which may be difficult to clean up. Please ensure that data is imported only once to avoid complications.
 

 
 
 
 
 
 
 
 
 
 
 

      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit
                              Intake FormsLegalMobile App
                              Form DesignerHRMobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsEncrypted Forms

                              Secure Forms

                              WCAG

                                      Create. Review. Publish.

                                      Write, edit, collaborate on, and publish documents to different content management platforms.

                                      Get Started Now






                                                        You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                            Manage your brands on social media

                                                              Use cases

                                                              Make the most of Zoho Desk with the use cases.

                                                               
                                                                

                                                              eBooks

                                                              Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho Desk.

                                                               
                                                                

                                                              Videos

                                                              Watch comprehensive videos on features and other important topics that will help you master Zoho Desk.

                                                               
                                                                

                                                              Webinar

                                                              Sign up for our webinars and learn the Zoho Desk basics, from customization to automation and more

                                                               
                                                                
                                                              • Desk Community Learning Series


                                                              • Meetups


                                                              • Ask the Experts


                                                              • Kbase


                                                              • Resources


                                                              • Glossary


                                                              • Desk Marketplace


                                                              • MVP Corner

                                                                Zoho Sheet Resources

                                                                 

                                                                    Zoho Forms Resources


                                                                      Secure your business
                                                                      communication with Zoho Mail


                                                                      Mail on the move with
                                                                      Zoho Mail mobile application

                                                                        Stay on top of your schedule
                                                                        at all times


                                                                        Carry your calendar with you
                                                                        Anytime, anywhere




                                                                              Zoho Sign Resources

                                                                                Sign, Paperless!

                                                                                Sign and send business documents on the go!

                                                                                Get Started Now




                                                                                        Zoho TeamInbox Resources





                                                                                                  Zoho DataPrep Demo

                                                                                                  Get a personalized demo or POC

                                                                                                  REGISTER NOW


                                                                                                    Design. Discuss. Deliver.

                                                                                                    Create visually engaging stories with Zoho Show.

                                                                                                    Get Started Now









                                                                                                                        • Related Articles

                                                                                                                        • Cliq Cart

                                                                                                                          Cliq Cart is a nifty e-commerce tool crafted for your organization and teams to seamlessly browse, purchase, sell, and even host auctions without leaving Zoho Cliq. Whether you're searching for essential office supplies, showcasing your latest ...
                                                                                                                        • Migrate from Google Chat to Zoho Cliq

                                                                                                                          To migrate your conversations from Google Chat to Zoho Cliq, do the following: Export your data from Google Chat Download the data export file Navigate to the Admin panel (admin.google.com) Go to the Data section, select Data import & export, and ...
                                                                                                                        • Migrate to Cliq

                                                                                                                          Zoho Cliq the one-stop place for all internal communications with power packed features, and a robust platform—now has the migration wizard—to help you bring in your teams to Cliq from Slack or Microsoft Teams. Cliq's easy to use interface is the ...
                                                                                                                        • Orchestly for Zoho Cliq

                                                                                                                          Zoho Cliq is a team communication application that simplifies collaboration and promotes organized conversations in the workplace. Benefits of the Extension By integrating Zoho Cliq with Qntrl, users can create new jobs and work on them in Qntrl, ...
                                                                                                                        • How to migrate from Microsoft Teams to Zoho Cliq?

                                                                                                                          If you want to migrate your chats, channels, teams and users from Microsoft Teams to Cliq, do the following: Exporting data from Microsoft Teams Step 1: Register an application in the Azure portal Follow the below steps to register an app in Azure so ...
                                                                                                                          Wherever you are is as good as
                                                                                                                          your workplace

                                                                                                                            Resources

                                                                                                                            Videos

                                                                                                                            Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                            eBooks

                                                                                                                            Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                            Webinars

                                                                                                                            Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                            CRM Tips

                                                                                                                            Make the most of Zoho CRM with these useful tips.



                                                                                                                              Zoho Show Resources