Hello dear friends, I am trying to configure trigger with subscription hook. I have one problem, no matter what I do, there no any sign that the POST request is being triggered. So I dig into documentation or google and didnt find any answer WHEN actually this (look at screenshot) REST Hook POST request is fires? Even If I switch to code mode and throw in every steps z.console.log - nothing new in the monitoring.
If I understand right so we have such a pipeline
create zap → make all inputs → REST Hook POST request fired and sent all data to my API and there I can return saved ID of this trigger in my DB (whatever) ?