Taking full control of incoming call with custom b...
# support
j
I see outgoing calls can be fully configured (like creating temproary assistant, configuring everything before making a call). But to recieve incoming call, there must be already predefined assistants which is not that convinient. Is there posssible to create those assistants at realtime when call received ? (Like vapi calls our custom api and gets assistant details?)
v
@Javokhir Absolutely, I understand your need for flexibility with incoming calls. Currently, VAPI does not support creating assistants in real-time when a call is received. However, you can predefine multiple assistants with different configurations and use the appropriate one based on the context of the incoming call. If you require the ability to dynamically create assistants upon receiving a call, this would be a feature request that you could raise with the VAPI development team. They might consider it for future updates if it aligns with their roadmap and if there's significant demand for such functionality. For now, I recommend setting up a range of assistants that can cover various scenarios you expect to encounter. If you need assistance with setting up your assistants or have any other questions, please feel free to ask!
You can continue this conversation by mentioning me in the message.
j
Already, solved, I found solution here: https://docs.vapi.ai/server-url
k
@Javokhir you can just deliver the same json during an assistant-request webhook i do dynamic incoming agents all the time.
but i'm a dev not sure how easy this is to do with make, but all you need to do it recevie an incoming webhook assistant-request
and deliver the same json as an outgoing call.
its the same