Works with Your
Preferred Tools
Liusha integrates seamlessly with the stacks your team already loves, ensuring a unified A-Method workflow.
Communication
Stay connected with your team
Slack
PopularGet real-time hiring updates and Scorecard alerts directly in your channels.
Microsoft Teams
Sync interview schedules and collaborate on candidate feedback within Teams.
Sourcing & Social
Find the best talent
One-click import of A-Players and automatic Topgrading profile generation.
GitHub
Analyze technical contributions and patterns of success for engineering roles.
Productivity
Streamline your workflow
Google Workspace
PopularSeamless email synchronization and Google Calendar interview booking.
Outlook
Full Outlook integration for enterprise-level scheduling reliability.
ATS & HRIS
Connect your existing systems
Workday
Sync candidate data and hiring workflows with your Workday instance.
Greenhouse
Import jobs and push A-Method scores directly to your Greenhouse pipeline.
Build Custom
Integrations
Our REST API allows you to build custom connections for your specific needs. Full documentation, SDKs, and webhooks included.
// Get candidate score
const response = await liusha.candidates.get({
id: "cand_123abc",
include: ["scorecard", "interviews"]
});
console.log(response.data.aPlayerScore);
// Output: 94Don't See Your Tool?
We're constantly adding new integrations. Our API also allows you to build custom connections for your specific needs.