> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hirepanda.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect HirePanda with your existing tools and workflows

## Seamless Integration Ecosystem

HirePanda integrates with your entire HR tech stack, creating a unified hiring experience without disrupting existing workflows.

<Info>
  Most integrations can be set up in under 5 minutes with just a few clicks.
</Info>

## Applicant Tracking Systems (ATS)

### Supported ATS Platforms

<CardGroup cols={3}>
  <Card title="Greenhouse" icon="seedling">
    * Two-way sync
    * Automatic stage updates
    * Custom field mapping
    * Bulk actions
  </Card>

  <Card title="Lever" icon="lever">
    * Real-time updates
    * Assessment triggers
    * Scorecard sync
    * Tag automation
  </Card>

  <Card title="Workday" icon="briefcase">
    * Enterprise integration
    * Custom workflows
    * Compliance tools
    * Advanced permissions
  </Card>

  <Card title="BambooHR" icon="bamboo">
    * Candidate import
    * Status updates
    * Offer management
    * Onboarding flow
  </Card>

  <Card title="SmartRecruiters" icon="brain">
    * Full API access
    * Custom pipelines
    * Analytics sync
    * Multi-tenant support
  </Card>

  <Card title="Custom ATS" icon="code">
    * REST API
    * Webhook support
    * Custom mappings
    * Enterprise support
  </Card>
</CardGroup>

### ATS Integration Features

<Tabs>
  <Tab title="Data Sync">
    **Automatic synchronization:**

    * Candidate profiles
    * Application status
    * Assessment results
    * Interview feedback
    * Offer details
  </Tab>

  <Tab title="Workflow Automation">
    **Trigger actions:**

    * Send assessments on application
    * Update stages on completion
    * Notify team of high scores
    * Schedule interviews automatically
    * Archive rejected candidates
  </Tab>

  <Tab title="Reporting">
    **Unified analytics:**

    * Combined funnel metrics
    * Source effectiveness
    * Time-to-hire tracking
    * Quality of hire metrics
    * Custom reports
  </Tab>
</Tabs>

## Job Boards & Sourcing

### Major Job Boards

Connect with leading job platforms:

<AccordionGroup>
  <Accordion title="Indeed Integration">
    * One-click job posting
    * Sponsored job sync
    * Apply tracking
    * Candidate import
    * Performance metrics
  </Accordion>

  <Accordion title="LinkedIn Jobs">
    * Easy apply integration
    * Premium job slots
    * Recruiter sync
    * InMail automation
    * Talent insights
  </Accordion>

  <Accordion title="AngelList">
    * Startup job posting
    * Candidate matching
    * Equity details
    * Remote preferences
    * Skill verification
  </Accordion>

  <Accordion title="Specialized Boards">
    * **Remote.co**: Remote job focus
    * **We Work Remotely**: Global talent
    * **Dice**: Tech professionals
    * **Built In**: Local tech hubs
    * **FlexJobs**: Flexible work
  </Accordion>
</AccordionGroup>

### Chrome Extension

Source candidates from anywhere on the web:

**Supported Sites:**

* LinkedIn profiles & search
* GitHub developer profiles
* Stack Overflow careers
* AngelList talent
* Personal portfolios
* Twitter/X profiles

**Features:**

* One-click candidate import
* Bulk actions support
* Auto-parse information
* Duplicate detection
* Source tracking

## Communication Tools

### Email Integration

<CardGroup cols={2}>
  <Card title="Gmail/Google Workspace" icon="envelope">
    * Email templates
    * Bulk sending
    * Open tracking
    * Calendar sync
    * Drive integration
  </Card>

  <Card title="Microsoft 365" icon="microsoft">
    * Outlook integration
    * Teams notifications
    * SharePoint sync
    * Azure AD SSO
    * Power Automate
  </Card>
</CardGroup>

### Messaging Platforms

Stay connected with instant notifications:

<Tabs>
  <Tab title="Slack">
    **Real-time updates:**

    * New applications
    * Assessment completions
    * High-score alerts
    * Interview reminders
    * Custom notifications

    **Slash commands:**

    * `/hirepanda status` - Check job status
    * `/hirepanda candidates` - View pipeline
    * `/hirepanda analytics` - Quick metrics
  </Tab>

  <Tab title="Microsoft Teams">
    **Integration features:**

    * Channel notifications
    * Personal alerts
    * Tab integration
    * Bot commands
    * Workflow automation
  </Tab>

  <Tab title="Discord">
    **Community hiring:**

    * Server integration
    * Role-based access
    * Application notifications
    * Community sourcing
    * Referral tracking
  </Tab>
</Tabs>

## Calendar & Scheduling

### Calendar Sync

Streamline interview scheduling:

**Supported Calendars:**

* Google Calendar
* Outlook Calendar
* Apple Calendar
* Calendly integration

**Features:**

* Availability checking
* Automatic scheduling
* Reminder emails
* Rescheduling support
* Time zone handling

## HRIS & Onboarding

### HR Systems

Complete the hiring journey:

<CardGroup cols={2}>
  <Card title="Rippling" icon="water">
    * Offer letter generation
    * Background checks
    * Onboarding automation
    * Payroll setup
  </Card>

  <Card title="Gusto" icon="wind">
    * New hire setup
    * Document collection
    * Benefits enrollment
    * Compliance tracking
  </Card>
</CardGroup>

## Developer Tools

### API Access

Build custom integrations:

**REST API Features:**

* Full CRUD operations
* Webhook subscriptions
* Rate limiting: 1000 req/hour
* OAuth 2.0 authentication
* Comprehensive documentation

**Available Endpoints:**

```
GET    /api/v1/jobs
POST   /api/v1/jobs
GET    /api/v1/candidates
POST   /api/v1/assessments
GET    /api/v1/analytics
```

### Webhooks

Real-time event notifications:

**Event Types:**

* `application.created`
* `assessment.completed`
* `candidate.statusChanged`
* `interview.scheduled`
* `offer.extended`

**Webhook Security:**

* HMAC signature verification
* IP whitelisting
* Retry logic
* Event logs

### SDKs & Libraries

<CodeGroup>
  ```javascript Node.js theme={null}
  npm install @hirepanda/sdk

  const HirePanda = require('@hirepanda/sdk');
  const client = new HirePanda('YOUR_API_KEY');

  const jobs = await client.jobs.list();
  ```

  ```python Python theme={null}
  pip install hirepanda

  from hirepanda import Client
  client = Client('YOUR_API_KEY')

  jobs = client.jobs.list()
  ```

  ```ruby Ruby theme={null}
  gem install hirepanda

  require 'hirepanda'
  client = HirePanda::Client.new('YOUR_API_KEY')

  jobs = client.jobs.list
  ```
</CodeGroup>

## Analytics & BI Tools

### Business Intelligence

Export data to your BI platform:

<CardGroup cols={3}>
  <Card title="Tableau" icon="chart-bar">
    Direct connector available
  </Card>

  <Card title="Power BI" icon="microsoft">
    Native integration
  </Card>

  <Card title="Looker" icon="google">
    LookML models included
  </Card>
</CardGroup>

### Data Export

**Export Options:**

* Scheduled CSV/Excel exports
* Real-time API access
* Data warehouse sync
* Custom SQL queries

## Security & Compliance

### Single Sign-On (SSO)

Enterprise authentication:

**Supported Providers:**

* Okta
* Auth0
* Azure AD
* Google Workspace
* Custom SAML 2.0

### Compliance Tools

<CardGroup cols={2}>
  <Card title="GDPR Tools" icon="shield-check">
    * Data retention policies
    * Right to deletion
    * Data portability
    * Consent management
  </Card>

  <Card title="Security Features" icon="lock">
    * SOC 2 compliance
    * End-to-end encryption
    * Audit logs
    * Role-based access
  </Card>
</CardGroup>

## Setting Up Integrations

<Steps>
  <Step title="Navigate to Integrations">
    Go to Settings → Integrations in your HirePanda dashboard
  </Step>

  <Step title="Select Integration">
    Choose from available integrations or request a custom one
  </Step>

  <Step title="Authenticate">
    Connect using OAuth or API keys (secure and encrypted)
  </Step>

  <Step title="Configure Settings">
    Map fields, set triggers, and customize behavior
  </Step>

  <Step title="Test & Deploy">
    Run test sync and activate when ready
  </Step>
</Steps>

## Custom Integrations

Need a specific integration? We've got you covered:

<Card title="Request Custom Integration" icon="plus-circle" href="mailto:integrations@hirepanda.com" horizontal>
  Our team can build custom integrations for Enterprise customers
</Card>

## Integration Support

<CardGroup cols={2}>
  <Card title="Developer Resources" icon="book" href="/jobs/creating-jobs">
    Technical guides and best practices
  </Card>

  <Card title="Support Team" icon="headset" href="mailto:support@hirepanda.com">
    Get help with integration setup
  </Card>
</CardGroup>
