> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.devit.software/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Webhooks

# ${color}[#204a87](Webhooks)

${color}[#3465a4](In this article:)
* [What are webhooks?](#1-what-are-webhooks)
* [How to connect a webhook to React Flow?](#1-how-to-connect-a-webhook-to-react-flow)
* [Need help?](#1-need-help)

# ✔️ What are webhooks?

**Webhooks** are automated notifications that send real-time data from third-party services to your store at a generated URL you provide. Instead of constantly checking for updates, a webhook instantly notifies another service by sending data to a URL you provide. The data is delivered in JSON or XML format.

Webhooks make it easy to extend the app’s functionality by connecting it to additional third-party services or custom systems.

# ✔️ How to connect a webhook to React Flow?

1. Go to the React Flow admin and create a new workflow.
2. In the right-side menu, select the **Webhook event** trigger.

![](https://storage.crisp.chat/users/helpdesk/website/-/3/2/7/1/3271b421d88bd400/select-webhook-event_1keca8y.png)

3. Click **Select webhook** -> Create new webhook.
4. In the opened window, you will see available settings:
* Go to the **Path** section and start writing the name of the path. The app will generate a unique URL that you can use further.
* You can also choose the HTTP method and authentication options.
5. Click **Create**.

![](https://storage.crisp.chat/users/helpdesk/website/-/3/2/7/1/3271b421d88bd400/create-webhook_1lzldg8.png)

You’ve just generated the unique URL that you can paste to the third-party service and, in this way, connect it with the React Flow app.

After that, you can continue creating a workflow by clicking on the + icon in the trigger block.

# ✔️ Need help?

Don’t worry if this feels technical - our support team can guide you through the process or even set up the webhook for you. Just send us a message: support@devit.software