eavz
Skilljar

Skilljar

Customer education platform for training and certification

Basic AuthProductivity
5 actions
2 triggers

Actions

Name
get_user

Get a user by ID

create_user

Create a new user in Skilljar

enroll_course

Enroll a user in a course in Skilljar

get_certifications

Get certifications for a user

custom_api_call

Make a custom API call to the Skilljar API

Triggers

Name
course_completed

Triggers when a user completes a course in Skilljar

certification_earned

Triggers when a user earns a certification in Skilljar

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'skilljar',
  actionName: 'get_user',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Skilljar to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Skilljar support?

Skilljar supports 5 actions including Get User, Create User, Enroll User in Course, Get Certifications, Custom API Call.

Can I use Skilljar with AI agents?

Yes. Add Skilljar to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Skilljar use?

Skilljar uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Skilljar integration cost?

The Skilljar integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Skilljar support?

Skilljar supports 2 triggers including Course Completed, Certification Earned.

Connect Skilljar in 2 minutes

Get 1,000 free actions every month. No credit card required.