Northpass LMS

Northpass LMS

Let AI connect your sources for you

Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Learn more
PostHog Wizard hedgehog

Connect Northpass LMS to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Enter your Northpass API key to sync your Northpass (Gainsight Customer Education) learning data into the PostHog Data warehouse.

You can create an API key in your Northpass admin panel under Apps → API Access.

Configuration

OptionTypeRequired
API keypasswordYes

Linking Northpass LMS to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select Northpass LMS
  3. Fill in the required configuration fields
  4. Click Next, select the tables you want to sync, and then press Import

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
people

Learners and admins in your Northpass school. One row per person.

Full refreshid
courses

Courses available in your Northpass school. One row per course.

Full refreshid
learning_paths

Learning paths (ordered collections of courses). One row per learning path.

Full refreshid
categories

Categories used to organize courses. One row per category.

Full refreshid
groups

Groups that people can belong to. One row per group.

Full refreshid
quizzes

Quizzes configured across your courses. One row per quiz.

Full refreshid
course_enrollments

Enrollments for every course. Fans out one request per course. Full refresh only.

Full refreshcourse_id, id
learning_path_enrollments

Enrollments for every learning path. Fans out one request per learning path. Full refresh only.

Full refreshlearning_path_id, id
course_activities

Activities (lessons) that make up every course. Fans out one request per course. Full refresh only.

Full refreshcourse_id, id
activity_events

Lesson-level learning events (e.g. learner viewed an activity), one row per person, activity, and timestamp. Re-syncs the full history on every run, so it is off by default.

Full refreshperson_id, activity_id, type, created_at
quiz_attempts

Completed quiz attempts with score and passing threshold, one row per attempt. Built from quiz-completed events in the sent-webhooks log, which requires a webhook subscribed to those events and keeps three months of history, so the table is off by default. Full refresh only.

Full refreshid
quiz_attempt_answers

Per-question learner answers for every completed quiz attempt. Fans out one request per attempt found in the sent-webhooks log (same coverage caveats as quiz_attempts), so the table is off by default. Full refresh only.

Full refreshquiz_attempt_id, id