Help With Parallel API Calls
I am looking for some help in doing parallel/background API calls.
What I mean by this... I am looking to make an API call, while continuing the flow to other steps for a user. At the moment if you make an API call, you have to wait for a response, which is not great for user experience. This would improve the user experience and mask slower latency.
The reason I am looking to do this is the API call may not be relevant to a user (e.g. internal notification) or a variable captured in the response will be used later in the flow but not straight away.
Looking forward to seeing your input
Dan
