Webhooks let your application receive real-time notifications when events occur
in your Blueink account, such as a Bundle being completed or a Signer viewing a
document. Each Webhook subscribes to one or more event types and is delivered as
an HTTP POST to a URL you specify.

**Related guides:** [Webhooks](/docs/esignature-api/webhook/)

```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
