Now, I want to be able to use the Request Data from this webhook as an input to an action in a recursive workflow, but it doesn’t appear to be an option:
I am guessing this is because the Request Data is from a different API workflow than that of the recursive workflow, but I find it hard to believe that what I want to do is not possible.
Send the request data as parameters to the other backend workflow, but can not be the entire request data as one parameter, need to create parameter for each portion of request data you need.