← All LMS

WorkRamp

by WorkRamp

Visit website ↗

An employee + customer learning platform (LMS + LXP). Offers a REST API and a GraphQL endpoint with admin-issued API tokens, plus a webhooks management API. Detailed API reference is in-product/admin-gated.

Corporate / Employee trainingCustomer trainingCloud Last verified 2026-06-20
Direct Middleware API Webhooks

Direct integrations

Native integrations you connect from inside the LMS — typically an OAuth "Connect" flow, with no external middleware.

Supported — Native connectors for CRM, collaboration, HRIS, and SSO; configured by administrators.

IntegrationCategoryTypeNotes
Salesforce CRM oauth Embed training in Salesforce / sync data.
Slack Collaboration oauth Learning notifications and access in Slack.
Zoom Video conferencing / ILT oauth Virtual instructor-led training.
Okta Identity saml SSO and provisioning.
HRIS (Workday, BambooHR, etc.) HRIS api-key User provisioning from HR systems.

Middleware support

Third-party automation platforms (iPaaS) that connect this LMS to thousands of other apps without code.

Supported — Integrations connect via the REST/GraphQL API and webhooks; no widely promoted native Zapier app.

PlatformSupportedDetails
Zapier No Integrate via the REST API / webhooks.
Make Yes Via HTTP modules against the REST API.
Pabbly Connect Yes Via HTTP / webhooks.
n8n Yes Via the HTTP Request node / webhooks.
Microsoft Power Automate No
Workato No
Tray.io No

API

Programmatic access to the LMS. Endpoints below are a documented subset — always check the vendor's official reference for the complete, current list.

Supported — WorkRamp exposes both a REST base endpoint and a GraphQL endpoint, plus a webhooks-management API. The full endpoint reference is provided in-product to admins; generate/manage tokens under API Key Management. Endpoint paths are not publicly enumerated here — confirm in the admin API docs.

TypeREST + GraphQL
Versionv1
AuthenticationAPI token (Bearer); tokens can only be generated by Admin users and are invalidated only on request
Base URLSee WorkRamp API docs (admin portal)
FormatJSON
Rate limitAccount-level; see API docs.
Docshttps://help.workramp.com/en/articles/2260752-workramp-api-instructions

Webhooks

Outbound HTTP callbacks the LMS sends to your endpoint when events occur, with their supported event types and security model.

Supported — WorkRamp provides a webhooks-management API to subscribe to platform events (e.g. training completion). Configure via the admin API; see the in-product API documentation for the event catalog and verification details.

Docs: https://help.workramp.com/en/articles/2260752-workramp-api-instructions

Security: HTTPS endpoint API-token-based access

Sources