WorkRamp
by WorkRamp
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.
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.
| Integration | Category | Type | Notes |
|---|---|---|---|
| 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.
| Platform | Supported | Details |
|---|---|---|
| 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.
| Type | REST + GraphQL |
|---|---|
| Version | v1 |
| Authentication | API token (Bearer); tokens can only be generated by Admin users and are invalidated only on request |
| Base URL | See WorkRamp API docs (admin portal) |
| Format | JSON |
| Rate limit | Account-level; see API docs. |
| Docs | https://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