Articles on: React Flow

Webhooks

Webhooks


In this article:


✔️ 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.



  1. Click Select webhook -> Create new webhook.
  2. 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.
  1. Click Create.



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.group

Updated on: 27/11/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!