Asynchronous call using Webhook

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 :white_check_mark: Solution.

can you tell us more about the usecase here @Usha_G
Seems like you are not telling us something. As @Olek Mentioned you can just respond to the webhook before the wait.
But I am guessing this is not exactly what you want to do, as the flow you shared does not make any sense to me.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.