THE NEXUS
Universal Connectivity.
We are automation experts. Our 'Any-to-Any' architecture allows seamless integration with virtually any system in your stack.
600+Native Integrations
& Counting
& Counting
Connect to Your Entire Stack
Pre-built connectors for the tools your teams already use.
S
Salesforce
W
Workday
S
Slack
Z
Zoom
T
Teams
O
Oracle
S
SAP
H
HubSpot
S
ServiceNow
J
Jira
W
WordPress
S
Shopify
S
Stripe
G
Google
M
Microsoft
B
Box
L
LinkedIn
O
Okta
A
Azure AD
B
BambooHR
Integration Categories
Purpose-built connectors for every department.
Human Resources
Sync user data from Workday, BambooHR, SAP SuccessFactors. Auto-provision and deprovision learners based on HR events.
WorkdayBambooHRSAPOracle
Learn moreKey Capabilities
- Automatic user provisioning
- Role-based assignments
- Department sync
- Termination workflows
FOR DEVELOPERS
Build Anything with Our API
Full REST API access with comprehensive documentation, webhooks, and SDK libraries for all major languages.
- OAuth 2.0 & API Key authentication
- Webhook events for real-time sync
- Rate limiting with generous quotas
api-example.ts
import { Arcadia } from '@arcadia/sdk';
const client = new Arcadia({
apiKey: process.env.ARCADIA_KEY
});
// Create a new enrollment
const enrollment = await client.enrollments.create({
userId: 'user_123',
courseId: 'course_456',
dueDate: '2024-03-15'
});
// Listen for completion events
client.webhooks.on('course.completed',
async (event) => {
await syncToSalesforce(event.data);
}
);600+
Integrations
99.9%
Uptime
2M+
API calls/day
SOC 2
Certified