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.
-
Follow the steps mentioned in Simpplr Extensibility Center's official documentation to generate credentials.
- Documentation: https://platform.simpplr.com/reference/creating-the-client-application
- Make sure to set the Authorization grant type as: Client credentials grant
-
You should receive the following credentials:
-
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
- https://platform.prod.simpplr.com -> Set
platform.prod
in Common Base URL. - https://platform.dev.simpplr.xyz -> Set the complete url
platform.dev.simpplr.xyz
in Custom Base URL
- https://platform.prod.simpplr.com -> Set
- Authentication Type: Oauth2 Client Credentials Grant
- Client ID: Enter the Client ID generated above
- Client Secret: Enter the Client Secret generated above

Updated about 3 hours ago