I have a simple workflow that includes the following details:
In the webhook call, I pass the FolderId as a parameter to Box’s Get Folder operation. I configured the Wait with an interval set to 1 minute. If I call the Webhook URL in Postman, it will remain loading until the Wait node is complete. Is there any way to get an API response asynchronously?
What do you suggest to achieve this scenario?
I want to call Webhook and don’t want to wait for a response. I want to get the results whenever I need them.
You can connect Respond to Webhook directly to the Box node. Also disconnect it from Wait put it above the Wait node so that it takes precedence. You can connect Wait to whatever you need to be done after timeout.
If this resolves your issue, please mark this post as a
Solution.