Use Request Data from Webhook as Input to Recursive Workflow

I have successfully created an endpoint for a webhook received from the Square payment processor.

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.

Any thought on how I need to approach this?

Thank you.

Yes

It is 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.

I don’t think I completely understand how to do this. I’m not seeing the option to do so in the editor of the workflow…

Check out more information on how to use backend workflows and how to set parameters for the backend workflow, then you’ll get it.

This topic was automatically closed after 70 days. New replies are no longer allowed.