Transfer only between specific time #4
# support
d
Can you give me more explanation about what you mention? Because I do not find what you are talking about : https://discord.com/channels/1211482211119796234/1292132626546819122/1292864061717086249 And I am a bit confuse on how to do it with make.com or with python.
@Shubham Bajaj @Sahil
v
@Digi I'm here to help clarify things for you! The link you've provided seems to be a Discord message link, and unfortunately, I don't have access to Discord or the ability to view the content of that message. However, I can certainly help you understand how to work with voice APIs, such as VAPI, using platforms like make.com (formerly Integromat) or by writing scripts in Python. If you're looking to integrate VAPI with make.com, you would typically use HTTP modules to send requests to the VAPI endpoints. Make.com provides a visual interface to create workflows that can include various services, including custom API calls. On the other hand, if you're working with Python, you would use libraries such as
requests
to send HTTP requests to the VAPI. You would write a script that handles the API interaction, processes the response, and performs the desired actions based on the API's capabilities. If you need a more specific example or guidance, could you please provide more details about what you're trying to achieve with VAPI? Are you looking to perform a particular operation or integrate with a specific service? With more context, I can give you a more precise explanation or even guide you through the code you might need.
You can continue this conversation by mentioning me in the message.
s
@Digi we don't have mechanism to do transfers based on timeperiod so you need to handle this on your own.
What I was saying is if call is in your business hours then you can transfer call to real human else to the agent. For this you still need to use assistant but the better solution will be to handle this with your telephony provider. So, do check with your telephony provider.
4 Views