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

# Webhooks

> Receive real-time notifications about events in your Sesame HR account

## Webhooks

Sesame HR offers the ability to configure **webhooks** to receive automatic real-time notifications when certain events occur in your account.

With webhooks you can integrate Sesame HR with your internal systems and automate workflows without the need to periodically poll the API.

### Available Events

| Event                 | Description                                |
| --------------------- | ------------------------------------------ |
| `EmployeeCreated`     | A new employee has been created            |
| `EmployeeUpdated`     | An employee's information has been updated |
| `EmployeeActivated`   | An employee has been activated             |
| `EmployeeDeactivated` | An employee has been deactivated           |
| `EmployeeDeleted`     | An employee has been deleted               |
| `CheckInCreated`      | A clock-in entry has been registered       |
| `CheckOutCreated`     | A clock-out entry has been registered      |

<Info>
  Webhook activation and configuration is not available on a self-service basis. If you would like to enable webhooks for your account, please contact our **[support team](https://help.sesamehr.com)** for more information.
</Info>
