*Question: Is it possible to initiate a transfer t...
# general-english
j
*Question: Is it possible to initiate a transfer to a number that is retrieved in the middle of a call? * Hi all, I've seen questions here about transferring to a number from a predetermined list of options like this thread (https://discord.com/channels/1211482211119796234/1238603485084254228/1243316836561457182), but I have a slightly different riff on this. I have the following use case: 1. Collect information in the first part of the call 2. During the call, we need to pass that information to an external API that returns the appropriate transfer number based on that information 3. We then need to forward the call to that transfer number 4. We do not have a list of possible numbers prior to the call starting--we just need to transfer blindly to whichever number is returned by the external API Curious if anybody has every worked with this pattern or if it's even possible on Vapi using tooling, etc. I couldn't figure out a way to do it reading through the docs. Thanks!!