A Webhook trigger is a Trigger type in FYERS Automate. It allows your automation to move forward when it receives a signal from an external system, instead of waiting for a price or time-based condition. This trigger does not place orders by itself.
Webhook triggers are useful when you want FYERS Automate to react to alerts, strategies, or signals generated outside the FYERS platform.
When you add a Webhook trigger to your automation, FYERS provides a unique webhook URL. The automation waits until this URL receives a valid request. Once the request is received, the automation is allowed to continue to the next step.
You create an automation with a Webhook trigger. Your TradingView strategy detects a breakout and sends a webhook request to the FYERS URL. When FYERS receives that request, the automation continues and places orders as defined in the next steps.
The Webhook trigger is configured on the canvas by adding the trigger and copying the generated webhook URL into your external system that will send the request.
| Scenario | What happens |
|---|---|
| The webhook is never called | The automation stays idle and does not move forward. |
| The webhook is called multiple times | The automation continues only once per run, based on your workflow design. |
| I want price checks along with a webhook | Combine the Webhook trigger with additional Conditions after it. |
| My external system goes down | No webhook request is sent, so the automation does not proceed. |
Last updated: 22 Dec 2025