I have a Workflow with two trigger nodes, once being the normal workflow entrance, another a webhook trigger. I want to treat this workflow as an RPC where the first steps lead into sending a request out and when that request is finished it calls the webhook from the same workflow.
What variable can I use to get the URL form the webhook node so that I can include it in my external call/message? I see the variable {{$node["Webhook"].parameter["path"]}} however I want the full URL so that I don’t need to add logic for my environments, ex. local, dev, prod or whether I am using a tunnel.