For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
  • Service Management
    • Overview
    • Concierge & Ticketing Capabilities Overview
    • Forms
    • Forms - Integration Specific Guides
    • Live Agent Chat / Handoff
    • Triage
    • Approval Mirroring
    • Ticket Interception
    • Generic Ticketing Integration: Ticket Gateway
  • Administration
    • MyMoveworks
    • Organization Information
    • Roles and Permissions
    • MyMoveworks SSO
  • Moveworks Setup
    • Accessing Moveworks Setup
    • First-Time Login via Magic Link
    • Moveworks Setup Modules
    • Moveworks Setup: Module How To Guides
    • Plugin Management
    • Monitor Alerts
    • Audit Logs
    • DSL Fields Defaults
    • Data Crawling View
    • API Playground
    • Setup Homepage
    • Troubleshooting Hub
    • Security and Privacy Settings
    • Configuration Delete
    • Advanced Config Editor
    • Identity configuration
    • Onboarding Stage
  • Security
    • Security
    • Hyperlink & Button Expiry
    • Attachment Handling
    • Moveworks Subprocessors
  • Provision Management
    • Overview
    • Access Software
    • Access Groups
    • Access Account
  • Access Requirements
    • Overview
    • Update Set Modules
    • Ticketing Systems & ITSMs Access
    • Identity and Access Management Systems Access
    • Multi-Factor Authentication (MFA) Systems Access
    • Knowledge Access Requirements
      • ServiceNow (KB Only) Access Requirements
      • Sharepoint Online Access Requirements (KBs & Files) [Classic]
      • SharePoint (On-Prem) Access Requirements
      • Confluence Cloud Access Requirements
      • Confluence Server / Data Center Access Requirements
      • Google Drive Access Requirements
      • Notion Access Requirements
      • Guru Access Requirements
      • Salesforce Knowledge Access Requirements
      • Simpplr Access Requirements [NEW]
      • LumApps Access Requirements
      • Unily Access Setup Guide
      • Jive Access Requirements
      • Interact Access Requirements
      • Igloo Access Requirements
      • Haystack Access Requirements
      • GitHub Knowledge Access Requirements
      • Dropbox Content Access Requirements
      • Contentful Access Requirements
      • Quip Access Requirements
      • Slite Access Requirements
      • ScreenSteps Access Requirements
      • RightAnswers Access Requirements
      • SAP Build Work Zone Access Requirements
      • StaffBase Access Requirements
      • Squiz KB Access Requirements
      • WordPress Access Requirements
      • Workday Access Requirements (Knowledge)
      • Axero Access Requirements
      • Comaround Access Requirements
    • Email Distribution List Systems Access
    • Facilities Management Access
    • Live Agent Chat Access
    • HR Information System Access
    • Expense Management Access
    • Calendar Management Access
  • Core Platform
    • User Identity
    • Moveworks On-Prem Agent
    • Approvals Engine
    • Entity Catalog
    • Configuration Languages
    • Moveworks Data Objects
    • SIEM
  • Employee Experience Insights
    • Overview
    • Breaking Down the Dashboard
    • Understanding Industry Benchmarks
    • Apps & Services
    • Impact Module
    • EXI Common Use Cases
    • Configure EXI
    • Ticket Backpolling
  • Knowledge Studio
    • Overview
    • Knowledge Studio Configuration
    • AI Powered Recommendations
    • Inspecting & Verifying Sources
    • Publishing Articles
    • Creating Knowledge Articles
    • Resolving IT Tickets Guidance
DeveloperAcademyCommunityStatus
On this page
  • Process Walkthrough
Access RequirementsKnowledge Access Requirements

Salesforce Knowledge Access Requirements

||View as Markdown|
Was this page helpful?
Edit this page
Previous

Simpplr Access Requirements [NEW]

Next
Built with

Use this document for instructions on how to get the access setup in place for the Moveworks integration with Salesforce.

Authentication method: OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration

Process Walkthrough

Your Moveworks Customer Success team will setup digital certificate/private key pair as a pre-requisite to this and provide you the generated digital certificate via an encrypted email.

Create a Connected App in your Salesforce instance - this allows Moveworks to authorize on behalf of the customer client under the provided scope:

  1. Under Setup > App Manager: Click New Connected App

  2. Fill basic info:

    • Connected App Name: Moveworks_Server
    • API Name: Moveworks_Server
    • Contact Email: support@moveworks.ai
  3. Select enable oAuth settings under API (Enable oAuth Settings) & add:

    • Callback URL: https://login.salesforce.com/
  4. Check Use digital signatures. Upload the salesforce.crt that was should have been emailed to you by your customer success team.

  5. Add the following OAuth scopes:

    • api
    • refresh_token, offline_access
  6. Click Save & Note down the Consumer Key and the Consumer Secret

  7. After saving Update OAuth Policies, click

    1. Manage> Edit Policies
    2. In the OAuth policies section, change Permitted Users to Admin approved users are pre-authorized
    3. In the Session policies section, change Timeout Value to 24 hours
    4. Click Save

Create a Permission Set to interact with the Connected App

  1. Navigate to Users > Permission Sets & click on New

  2. Add moveworks_connected_app as the Label & Api Names & click Save.

  3. Now click on the moveworks_connected_app Permission Set and Click Assigned Connected Apps

  4. Click Edit and add Moveworks_Server to list of Enabled Connected Apps & Click Save

Create New Service Account (if it doesn’t exist)

  1. Navigate to Users > Users & click on New User

  2. Enter the following information & click Save:

    • Last Name: Moveworks
    • Alias: movedev
    • Email, Username & Nickname: moveworks@{{your-domain}}.com
    • Setup profile asStandard User

Assign our service user the connected app

  1. Navigate to Users > Users & click on our service user account that we just created

  2. Click on Permission Set Assignment and then Edit Assignments

  3. Now add moveworks_connected_app to list of Enabled Permission Sets & Click Save

Share with the Moveworks Customer Success Team:

  • Share the Consumer Key
  • Consumer Secret
  • Service Account Email