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

# Integrations

> How to connect external systems to Exterview, trigger sessions from your ATS or CRM, and receive webhook events for session lifecycle and outcomes.

## Purpose

How Exterview connects with your existing systems, and how it notifies them when things happen.

## Integration categories

### Available today

<CardGroup cols={2}>
  <Card title="Email" icon="envelope">
    Send candidate email for key hiring moments, such as invites and approvals.
  </Card>

  <Card title="Sign-in / SSO" icon="fingerprint">
    Single sign-on through your organization's existing Microsoft account.
  </Card>
</CardGroup>

### Coming soon

<CardGroup cols={4}>
  <Card title="ATS / HRMS sync" icon="database" />

  <Card title="Calendar" icon="calendar" />

  <Card title="Messaging" icon="comment" />

  <Card title="Video" icon="video" />

  <Card title="Document signing" icon="file-signature" />

  <Card title="Reporting / BI" icon="chart-column" />
</CardGroup>

## Webhooks

Webhooks are planned to notify your external systems when a workflow **starts, completes, fails, or produces a report**, so you can react without polling. This is not built yet — today, integrations read results by polling.

Planned event categories:

| Event               | Fires when                            |
| ------------------- | ------------------------------------- |
| `candidate.invited` | A candidate is invited to a workflow. |
| `session.started`   | A live session begins.                |
| `session.completed` | A session finishes.                   |
| `report.generated`  | A report or takeaway is ready.        |
| `workflow.failed`   | A workflow fails and needs attention. |

<Info>
  There are no outbound partner webhooks today. Once available, each connector
  and event will be labeled **Available**, **Beta**, or **Planned** at
  integration time. See the [Developer Preview](/api-reference/introduction).
</Info>

## FAQs

<AccordionGroup>
  <Accordion title="Does Exterview push events, or do we poll?">
    Today, integrations read results by polling. Outbound webhooks that push lifecycle events are on the roadmap.
  </Accordion>

  <Accordion title="Which of our systems can we connect?">
    Today, you can connect for email and single sign-on. ATS/HRMS sync, calendar
    scheduling, messaging, video, document signing, and reporting connectors are
    coming soon.
  </Accordion>

  <Accordion title="Are all events available today?">
    Availability is confirmed per connector and event during integration. Unreleased events are marked as coming soon.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Microsoft Connectors" icon="microsoft" href="/deploy/connectors-microsoft">
    Entra ID, Graph Calendar, and Marketplace procurement, in detail.
  </Card>

  <Card title="Developer Preview" icon="webhook" href="/api-reference/introduction">
    How the API is planned to be shaped, once available.
  </Card>
</CardGroup>
