Actions
| Name | Description |
|---|---|
get_userGet a user by ID | Get a user by ID |
create_userCreate a new user in Skilljar | Create a new user in Skilljar |
enroll_courseEnroll a user in a course in Skilljar | Enroll a user in a course in Skilljar |
get_certificationsGet certifications for a user | Get certifications for a user |
custom_api_callMake a custom API call to the Skilljar API | Make a custom API call to the Skilljar API |
Triggers
| Name | Description |
|---|---|
course_completedTriggers when a user completes a course in Skilljar | Triggers when a user completes a course in Skilljar |
certification_earnedTriggers when a user earns a certification in Skilljar | Triggers when a user earns a certification in Skilljar |
Quick Start
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.