Do you know if we can retrieve the HTTP Method from a webhook as metadata.
I have a proxy workflow that should serve sub flows based on the method. So far I have implemented a X-Method header with the method wanted inside but it would be easier to just get the method from the webhook (which have been configured to receive any king of method).
I have dug through the forum but only found an unanswered one on this topic.
Thank you for the solutions provided. That helps.
I haven’t thought about using outputIndex to be honest. That should do it although I had trouble with the multi method webhook.