Connect your favorite tools
Truepick integrates with the tools you already use, creating a seamless hiring workflow from start to finish.
Google Calendar
Seamless interview scheduling with automatic calendar events and availability detection.
- Auto-scheduling
- Time zone handling
- Availability detection
Google Meet
Conduct video interviews directly through Google Meet with one-click meeting links.
- One-click meetings
- Recording support
- Screen sharing
Gmail
Automate email communication with candidates and hiring managers.
- Automated candidate emails
- Template management
- Email tracking
Microsoft Teams
Enterprise video conferencing with Teams integration for secure interviews.
- Enterprise security
- Meeting transcripts
- Team collaboration
Zoom
Industry-leading video conferencing platform for high-quality interviews.
- HD video quality
- Breakout rooms
- Waiting rooms
Embed Jobs on Your Website
Display your job listings and job details directly on your company website or career portal with a simple embed code. Fully customizable to match your brand.
- Embed job listings widget
- Individual job detail pages
- Customizable styling
- Automatic updates when jobs change
Build Your Own Integration
Need a custom integration? Our powerful REST API and webhooks let you connect Truepick to any system in your tech stack.
const truepick = new Truepick({
apiKey: process.env.TRUEPICK_KEY
});
// Create an AI interview
const interview = await truepick
.interviews
.create({
candidateId: "cand_123",
jobId: "job_456",
type: "technical"
});