Hi,
I am working with webhooks and I’m stuck. Specifically, I make a first API call and receive the result via a webhook, but I also need to send that result to a second API call, which in turn must return its result to me via another webhook. How can I capture the result from one webhook and use it to trigger another API call?
I tried scheduling an API workflow as the final step of the workflow that receives the first webhook. This scheduled workflow is supposed to retrieve the result from the first call along with other data in order to initiate the second API call. However, the second call receives no data at all. Do you have any ideas?
Regards