## Overview

Webhooks are real-time notifications that enable communication between different software systems and trigger automated processes. For example, for your online store, you can set up a webhook to alert you whenever a new product is added. Using fabric Copilot’s webhook functionality, you can create event subscriptions to monitor operations between fabric apps and external systems, such as a Customer Relationship Management (CRM) or Content Management Systems (CMS). These real-time notifications can be configured for specific events, such as product updates, order creation, or abandoned carts, and directed to a designated HTTP endpoint.

Webhooks aren’t enabled by default. To enable webhooks, contact [fabric support](https://support.fabric.inc/hc/en-us/requests/new).

Most webhooks actions require **Developer Admin** privileges. Users with **Developer Viewer** privileges can view webhooks. For more information, see the [Role-Based Access Control](https://developer.fabric.inc/v3/platform/settings/rbac/role-based-access-control) topic.

## Related Topics
- [Adding a Webhook](https://developer.fabric.inc/v3/platform/settings/webhooks/adding-a-webhook)
- [Testing a Webhook](https://developer.fabric.inc/v3/platform/settings/webhooks/testing-a-webhook)
- [Managing Events and Logs](https://developer.fabric.inc/v3/platform/settings/webhooks/managing-events-and-logs)
- [Editing a Webhook](https://developer.fabric.inc/v3/platform/settings/webhooks/editing-a-webhook)
- [Deleting a Webhook](https://developer.fabric.inc/v3/platform/settings/webhooks/deleting-a-webhook)
- [List of Product Catalog Events](https://developer.fabric.inc/v3/platform/settings/webhooks/list-of-products-events)
- [List of Orders Events](https://developer.fabric.inc/v3/platform/settings/webhooks/list-of-orders-events)
- [List of Inventory Events](https://developer.fabric.inc/v3/platform/settings/webhooks/list-of-inventory-events)
