The On Webhook event is triggered when it’s URL is called with GET or POST.
Please note that the trigger is scheduled when called. If you have a lot of triggers running at the same time in the same workspace, there could be a small delay. All triggers are executed in order.
You will find the unique URL for the trigger in the settings pane. You can even trigger it manually by pasting the URL into your browser address bar.
Since this event is triggered externally, there are no data-specific variables, however the following request variables are available:
Note that if the $body consists of valid JSON data, it is parsed and will be available as an array.