Simpplr Access Requirements [NEW]

Moveworks' integration with Simpplr allows your Moveworks AI Assistant to fetch and index content from your Simpplr tenant, ensuring that users can search across sites and articles where they already have permissions.

Prerequisite

You must be a Simpplr App Manager (or equivalent admin) to create client applications.


Create a client application in Simpplr

📘

These instructions use OAuth 2.0 Client Credentials (Simpplr B2B APIs)—the recommended machine‑to‑machine method for indexing content from your Simpplr instance.

  1. Follow the steps mentioned in Simpplr Extensibility Center's official documentation to generate credentials.

    1. Documentation: https://platform.simpplr.com/reference/creating-the-client-application
    2. Make sure to set the Authorization grant type as: Client credentials grant
  2. You should receive the following credentials:

  3. Note the client id, client secret and oAuth token url and store in a secure environment for generating the connector in Moveworks Setup next.


Create the Connector in Moveworks Setup

Navigate to Core Platform > Connectors > Built-In Connectors and create a new connector. Select Simpplr One (not Simpplr) and enter the information below:

  • Connection Name: simpplr_one (recommended)
  • Base Url: Select “Common Base URL” and enter the environment from the oAuth token url you received above if it ends with “.simpplr.com”. If not, select “Custom Base URL” and enter your custom URL
  • Authentication Type: Oauth2 Client Credentials Grant
  • Client ID: Enter the Client ID generated above
  • Client Secret: Enter the Client Secret generated above