A web-hook is a simple way to let one application talk to another in real time. Instead of constantly checking if something has changed, an app sends a signal to Oppz.ai as soon as an event happens. That signal tells your flow to start running.

Web-hooks use a special URL (called an endpoint) to send and receive information, usually in JSON format.


⚙️ How Web-hooks Work

🔹 As a Trigger

The image below highlights where the Webhook option is located. Use it as a reference when setting up your workflow:

Webhook.png


✅ Best Practices for Web-hooks


⚠️ Important Notes