For an API integration step, I’d like to send a POST request to our internal API asynchronously. For example, I don’t want the flow to wait for a response from the API when logging an event. I just want the user to move to the next block while the POST request happens in the background.
Is there any way to accommodate that in VoiceFlow?
Thanks!