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

# Third-Party Webhooks

> Real-time data synchronization from external vendors using webhooks

## Overview

Leen's webhook system enables real-time data synchronization from external vendors, providing near-instant updates
without waiting for scheduled sync intervals. When a change occurs in your external system (e.g., a JIRA ticket is
updated), the vendor sends a webhook event to Leen, which processes the update immediately.

## Integration Support

The table below shows which integrations support webhooks and what capabilities they offer:

| Integration | Webhook Support | Auto-Registration | Manual Registration | Supported Models |
| ----------- | --------------- | ----------------- | ------------------- | ---------------- |
| **JIRA**    | ✅               | ✅                 | -                   | Tickets          |

Refer to JIRA setup documentation on how to enable the webhooks: [JIRA Webhooks](/webhooks/integrations/jira-webhooks)
