Skip to content
Integrations

Connect your entire stack

HireHub integrates with 50+ tools so you can build the perfect hiring workflow.

Popular Integrations

Slack

Get notifications, share candidates, and collaborate without leaving Slack.

LinkedIn

Import candidates directly from LinkedIn profiles with one click.

Google Workspace

Sync calendars, send emails from Gmail, and sign in with Google.

Zoom

Auto-generate Zoom links for interviews and record sessions.

Job Boards

Indeed
Glassdoor
ZipRecruiter
AngelList
Dice
Monster

HRIS & Payroll

Workday
BambooHR
Gusto
Rippling
ADP
Paylocity

Background Checks

Checkr
Sterling
GoodHire
Certn
Developer API

Build custom integrations

Our REST API and webhooks let you build custom integrations with any system. Comprehensive documentation and SDKs included.

  • RESTful API
  • Real-time webhooks
  • JavaScript, Python, Ruby SDKs
View API Docs
// Create a candidate
const candidate = await hirehub.candidates.create({
  name: "John Doe",
  email: "john@example.com",
  job_id: "job_abc123",
  resume_url: "https://..."
});

// Move to next stage
await hirehub.candidates.advance(
  candidate.id,
  { stage: "interview" }
);

Need a custom integration?

Our team can help you connect HireHub with any system in your stack.

Contact Us