> ## Documentation Index
> Fetch the complete documentation index at: https://stackone-hub-mintlify-faq-auth-1778743786.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hibob Time-off Webhook Configuration

> To successfully configure the webhook and send the event on action of time-off

<Warning>
  The following guidance assumes you have Admin privileges for your Hibob
  account.
</Warning>

## To Get External Trigger Token

<Steps>
  <Step title="To get the External Trigger Token">
    From the StackOne hub, you will receive the `External Trigger Token` needed to enable the Hibob Time-off webhook.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-1.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=13d51e4a1855eef5b285ffd5e0becd2c" width="1090" height="906" data-path="images/hibob-time-off-webhook/webhook-1.png" />
    </Frame>
  </Step>
</Steps>

## To enable Time-off Webhook events

<Steps>
  <Step title="Go to Integration">
    Please navigate to the `Hibob` Dashboard, click on `Menu`, select `System Settings`, and then click on `Integrations`.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-2.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=36209722cb9882e897c71919d7a446af" width="1874" height="855" data-path="images/hibob-time-off-webhook/webhook-2.png" />
    </Frame>
  </Step>

  <Step title="Enable the webhook">
    Search for the `webhook` in the search bar and click the `Connect` button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-3.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=2d6ede516330fdf84e34d320b44315f5" width="1867" height="800" data-path="images/hibob-time-off-webhook/webhook-3.png" />
    </Frame>
  </Step>

  <Step title="Add webhook">
    The following screen will appear as shown below. To add the webhook, click the` Add Webhook` button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-4.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=3642e785660a9358de1bc51ff8700c3c" width="1846" height="801" data-path="images/hibob-time-off-webhook/webhook-4.png" />
    </Frame>
  </Step>

  <Step title="Webhook Configurations">
    Please provide the required details to configure the webhook for `time-off` events:

    * **Name**: Enter the webhook name.
    * **Endpoint URL**: Use the following base URL and append your external trigger token from StackOne Hub as follows:
      `https://api.stackone.com/external-trigger/hibob?externalTriggerToken=<Your_External_Trigger_Token>`
    * **Version**: Select the webhook version.
    * **Events**: Choose the time-off event types.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-5.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=c33ed49d2e376fa3ff7f6c4aee8906e8" width="740" height="809" data-path="images/hibob-time-off-webhook/webhook-5.png" />
    </Frame>

    Check the Exclude Event checkbox if you don’t want to fetch system-triggered events.
    Select the people for triggering the event, then click the `Add` button.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-6.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=73f40bbf2531059294663b3007918698" width="730" height="388" data-path="images/hibob-time-off-webhook/webhook-6.png" />
    </Frame>
  </Step>

  <Step title="Webhook Connected">
    The following screen will appear as shown below once you have successfully configured the webhook.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Maintain Assessment Status" src="https://mintcdn.com/stackone-hub-mintlify-faq-auth-1778743786/9PLzvCecffhfK5Oa/images/hibob-time-off-webhook/webhook-7.png?fit=max&auto=format&n=9PLzvCecffhfK5Oa&q=85&s=618ad299882acdc8713c57111aa56b6c" width="1856" height="810" data-path="images/hibob-time-off-webhook/webhook-7.png" />
    </Frame>
  </Step>
</Steps>

## Useful Links

<Card title="API Reference" icon="link" href="https://apidocs.hibob.com/reference/time-off-webhook-events">
  [https://apidocs.hibob.com/reference/time-off-webhook-events](https://apidocs.hibob.com/reference/time-off-webhook-events)
</Card>
