# Webhooks

## Introduction

A webhook subscription allows to receive real-time notifications whenever specific events occur. Instead of constantly polling an API to check for updates, the system automatically sends event data to a predefined URL (the webhook endpoint).&#x20;

The subscription is valid for 91 days. During this period, you'll receive notifications about all changes in the selected employee profiles.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Experience webhooks</strong> </td><td>Get notified when a change is made in employee experience</td><td><a href="/pages/6bskKfE7oV3K8qU5isip">/pages/6bskKfE7oV3K8qU5isip</a></td></tr><tr><td><strong>Employee webhooks</strong></td><td>Get notified when a change is made in various employee fields</td><td><a href="/pages/GtxEu8KFTGf43FENg5TF">/pages/GtxEu8KFTGf43FENg5TF</a></td></tr></tbody></table>

## Manage the subscriptions

There are additional endpoints for subscription management. Use them to list your active subscriptions, see the details, renew subscriptions and delete irrelevant ones.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Learn how to manage your subscriptions</td><td><a href="/pages/y1Zmte6kkq9rmBVNWTHR">/pages/y1Zmte6kkq9rmBVNWTHR</a></td></tr></tbody></table>

## Try the feature

Still not sure if this feature is right for you? Use `/v2/subscriptions/simulate` endpoint to simulate an active webhook subscription.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Simulate a subscription</td><td><a href="/pages/hhDrz41ec7kqlb11hGgL">/pages/hhDrz41ec7kqlb11hGgL</a></td></tr></tbody></table>

## Credits

Subscription requests do not consume credits like regular Employee APIs.

The subscription feature is only accessible to users of higher-tier API plans. To learn more about accessing this feature, contact your account manager.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coresignal.com/api-introduction/webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
