Step 1: The Host system (In this case in Pabbly Connect) sends the request to the external API provider.
Step 2: The external API/System captures that request and immediately sends back the id of the request to the Host system (Pabbly Connect). The host system (Pabbly Connect) does not need to wait for the response as it already received the id of the request that it sent to the external API provider.
Step 3: After sending the ID back as a response, the API provider takes the data for the backend processing which might take some time.
Step 4: You add a comfortable delay of 5 minutes in your automation workflow inside Pabbly Connect, this delay is the amount of delay that you think should be sufficient for the data to be processed by your API provider.
Step 5: You do a GET API request again to your API provider providing them with the id of the prior request with your request. Based on the id of the prior request, the external software gives you the data immediately without the need of waiting.
This process will be an ideal use case to satisfy any type of waiting limits.