Deep Linking is a practice used in digital platforms to direct users to a specific in-app location, bypassing the app’s homepage or other starting points. It enhances user experience by providing direct pathways to relevant content or functionalities, which can be critically useful in routing users to the Moveworks AI Assistant.
Moveworks employs deep linking to seamlessly integrate its AI assistant across different communication platforms. This approach allows users to quickly access specific features or support pages within the Moveworks app without unnecessary navigation. Deep links are pivotal for driving user engagement and facilitating rapid access to essential tools.
After going through the below steps on how to create Deeplinks for the Moveworks Assistant, you can then leverage those links in the below scenarios :
Below are the steps on how you can create the Deeplinks using template based in the appropriate Chat Interaction System.
To create a deep link of the Moveworks Assistant in Microsoft Teams we need to start by ensuring we have an Assistant deployed and is able to communicate with users.
Next we need to understand what the deeplinking supported template structure looks like, if you want to learn more about Deeplinking with Microsoft please use this Document :
As you can see from the template we need to collect the below Parameters :
<appId>: The application ID of the Moveworks integration in Teams.<tenantId>: The tenant ID specific to your organization.Both these field values can be collected by navigating to the Manage ChatBots Configuration under the Chat Platform Module

We will need to collect these IDs and then create the below Deeplink with this. This link directly opens the Moveworks AI Assistant in the Teams app under the provided tenant ID regardless of where it is being interacted with.
Now that we have constructed the Deep link, please try interacting with it check the following :
To create a deep link of the Moveworks Assistant in Slack we need to start by ensuring we have an Assistant deployed and is able to communicate with users.
Next we need to understand what the deeplinking supported template structure looks like :
As you can see from the template we need to collect the below Parameters :
<Slack_chat_system_URL>: The base URL for your Slack Workspace.<Slack_App_ID>: The application ID of the Moveworks integration in Slack.Both these field values can be collected by navigating to the Manage ChatBots Configuration under the Chat Platform Module

We will need to collect these IDs and then create the below Deeplink with this. This link directly opens the Moveworks AI Assistant in the Slack app under the provided Chat System URL.
Now that we have constructed the Deep link, please try interacting with it check the following :