Integrate third-party learning management systems with the Coaching with Learning application

  • Release version: Australia
  • Updated March 12, 2026
  • 6 minutes to read
  • Connect your ServiceNow instance with third-party learning sites to pull learning content into your repository.

    Before you begin

    Important:
    The Coaching with Learning application is available with the Workforce Optimization for Field Service (sn_fsm_wfo) from the ServiceNow Store. To enable this feature, see Activate Workforce Optimization for Field Service.

    Role required: learning_admin

    About this task

    Activating the Coaching with Learning (sn_coach_lrn) plugin enables the following applications from the ServiceNow Store:

    Procedure

    1. Create the integration source for each of your third-party systems.
      Note:
      Cornerstone, Pluralsight, and Udemy integrations are available by default.
      1. Navigate to Integrations Framework > Source
      2. Click New.
      3. In the Name field, enter the name of the integration source, for example, Pluralsight.
      4. Right-click the form header and click Save.
      5. In the Integration Services related list, click New.
      6. On the form, fill in the fields:
        Table 1. Integration Service form
        Field Description
        Name Name of the integration service, for example, Pluralsight.
        Import set tables List of intermediate tables which store records from the third-party system.
        Note:
        This field is enabled only when Scheduled pull service is selected in the Service type field.
        Flow Flow that interacts with the third-party system to pull the required data.
        Active Option to indicate that the integration service is available for use.
        Application Application that contains the integration service record.
        Source Name of the third-party system with which you want to integrate your application.
        Order Order in which you want to run transformation scripts.
        Service type Option to indicate the type of service: Scheduled pull or Ondemand Push.
        Retry policy Configuration set to push a record if the previous push fails.
        Note:
        This field appears only when Ondemand Push service is selected in the Service type field.
      7. Click Submit.
    2. Integrate your ServiceNow instance with your third-party learning source accounts.
      To integrate with this third-party learning sourceDo this
      Pluralsight Skills account Use an API key to authenticate the ServiceNow requests. Follow the steps in Set up the Pluralsight spoke to perform the integration.
      Cornerstone application Register an OAuth application in Cornerstone and authenticate requests from ServiceNow. Follow the steps in Set up the Cornerstone spoke to perform the integration.
      Udemy application
      Note:
      You must manually configure fields such as logos and course reassignments in the learning system configuration table.
      The records from the third-party content are pulled into your ServiceNow instance using and API call. To successfully run this API call, you must set certain properties:
      1. In the application navigator, enter sys_properties.list.
      2. For each of the following properties, set the value to 1638400:
        • com.glide.transform.json.max-partial-length
        • com.snc.process_flow.reporting.serialized.val_size_limit
      For more information on these system properties, see Coaching With Learning System Properties.
    3. Activate schedule flows to integrate third-party learning content.
      1. Navigate to Process Automation > Flow Designer
      2. In the Flows section, select each of the following flows and click Activate:
        • Trigger Cornerstone Learning Sync
        • Trigger Pluralsight Learning Sync
        • Trigger Udemy Learning Sync
      3. Navigate to Learning > Administration > Learning System Configuration
      4. Select each of the third-party learning sources and set the Active field to true.

      Schedule flows automatically run on a scheduled basis to synchronize third-party learning content into your ServiceNow instance.

      For more information, see configure the third-party integration sources

    4. After you configure the third-party integration sources, you can refresh the entire third-party content or synchronize new and updated services into your ServiceNow instance.
      • To refresh the entire content, set the full_pull property to true.
        Note:
        For best results, periodically refresh the entire content.
      • To synchronize new and updated services, set the full_pull property to false.
      1. Open any integration source for which you want to pull content.
      2. Click Run Job.
      The integration framework pulls the corresponding third-party learning courses into the Learning External Content [sn_lc_external_content] table on your ServiceNow instance.
      When synchronizing new and updated services, the content is populated as described in the following table.
      Table 2. Third-party content
      Third-party content New and Updated Services Synchronized
      Udemy
      • Courses
      • User activity
      Cornerstone
      • Users
      • Courses
      • User activity
      Pluralsight
      • Courses
      • Course progress such as percentage

    What to do next

    Add external courses to Coaching With Learning

    External Content Integration Sources

    When you integrate Coaching with Learning with third-party learning management systems, the source record for Cornerstone OnDemand, Pluralsight, and Udemy applications are automatically created in the Enterprise Service Management Integrations Framework. These source records contain a predefined set of properties and integration services.

    Table 3. Integration source record for Cornerstone Ondemand
    Field Description
    Name Name of the record in Enterprise Service Management Integrations Framework: Cornerstone.
    Properties Set of properties that are predefined for Cornerstone OnDemand application.
    • page_size: Number of records that are pulled through an API call from Cornerstone OnDemand application.
    • full_pull: When set to True, all active users and learning courses from the Cornerstone OnDemand system are pulled into the ServiceNow instance.

      When set to False, modified users, modified transcripts, and updated courses are pulled from the Cornerstone OnDemand system into the ServiceNow instance.

    • url_prefix: Deep link prefix to pull learning objects from Cornerstone OnDemand system during run time.
    • pull_offset_hours: The time, in hours, calculated from the last successful run for the next synchronization to occur

      For example, the last successful run was on 12/12/2021 at 17:00:00, pull_offset_hours is set to 5, and full_pull is set to False. The next pull fetches all the records that have been modified from 12/12/2021 12:00:00 until current date and time.

    Integration Services Services interact with Cornerstone Ondemand application to pull or push learning courses.
    • Course assign service: Assigns a course to an employee in the Cornerstone Ondemand application.
    • Sync users: Maps users in the Cornerstone OnDemand system to users in the ServiceNow system using email IDs.
      Note:
      If you want to use user_id or user_name field for mapping users, override getCornerstoneUser method in the sn_lc.UserMappingUtil script.
    • Courses: Pulls learning courses from Cornerstone OnDemand system into the ServiceNow instance.
    • User activity: Pulls details of user activity on learning courses from Cornerstone OnDemand system into the ServiceNow instance.
    Table 4. Integration source record for Pluralsight
    Field Description
    Name Name of the record in Enterprise Service Management Integrations Framework: Pluralsight.
    Properties Set of properties that are predefined for the Pluralsight system.
    • page_size: Number of records that are pulled through an API call from Pluralsight.
    • full_pull: When set to True, all the learning courses are pulled from Pluralsight into the ServiceNow instance. When set to False, the updated learning course's progress is pulled from Pluralsight into the ServiceNow instance.
    • pull_offset_hours: Value that is considered for pulling modified records.

      For example, the last successful run was on 12/12/2021 at 17:00:00, pull_offset_hours is set to 5, and full_pull is set to False. The next pull fetches all the records that have been modified from 12/12/2021 12:00:00 until current date and time.

    Integration Services Integration services interact with Plural sight application to pull learning courses into ServiceNow.
    • Courses: Pulls learning courses from Pluralsight into the ServiceNow instance.
    • Course progress: Pulls the progress of learning courses from Pluralsight into the ServiceNow.
    Table 5. Integration source record for Udemy
    Field Description
    Name Name of the record in Enterprise Service Management Integrations Framework: Udemy
    Properties Set of properties that are predefined for the Udemy system.
    • page_size: Number of records that are pulled through an API call from Udemy into the ServiceNow instance.
    • full_pull: When set to True, all the learning courses are pulled from Udemy into the ServiceNow instance. When set to False, updated learning courses and learning course progress are pulled from Udemy into the ServiceNow instance.
    • pull_offset_hours: Value that is considered for pulling modified records.

      For example, the last successful run was on 12/12/2021 at 17:00:00, pull_offset_hours is set to 5, and full_pull is set to False. The next pull fetches all the records that have been modified from 12/12/2021 12:00:00 until current date and time.

    Integration Services Integration services interact with Udemy application to pull learning courses into ServiceNow.
    • Pull Courses: Pulls learning courses from Udemy into the ServiceNow instance.
    • Pull user activity: Pulls details of user activity on learning courses from Udemy into the ServiceNow instance.