Jerome Matthew
01/20/2025, 3:18 AMVapi
01/20/2025, 3:20 AMPhoneNumberTransferDestination
option.
Here's how you can set it up:
1. Define the phone numbers for Team A and Team B.
2. For each team, create a list of extensions for the live team members.
3. When initiating a transfer, dynamically select the appropriate phone number and extension based on the team and available team member.
To make the number with extension dynamic, you can use variables or a database to store the team members' extensions and retrieve them when needed. This way, you don't have to hard-code the numbers and extensions.
Would you like to proceed with setting up the dynamic transfer now? If so, please provide the phone numbers for Team A and Team B, and let me know how you'd like to manage the extensions for the team members (e.g., through a database, variables, etc.).Vapi
01/20/2025, 3:20 AMJerome Matthew
01/20/2025, 3:25 AMVapi
01/20/2025, 3:26 AMPhoneNumberTransferDestination
.
4. **API Integration**: Integrate the make.com scenario with your VAPI system so that when a transfer is initiated, the scenario runs and provides the dynamic phone number and extension for the transfer.
Would you like to start integrating the database with your VAPI system now? If so, please ensure you have the database schema ready and access to make.com to create the scenario. If you need assistance with the integration or setting up the scenario, please let me know!Jerome Matthew
01/20/2025, 3:30 AMVapi
01/20/2025, 3:30 AMdynamicNumber
, you would use it like this in your API call or script:
json
{
"number": dynamicNumber
}
This ensures that each time a call is transferred, it goes to the correct team member based on the round-robin distribution logic you've set up with your database and make.com scenario.Jerome Matthew
01/20/2025, 1:19 PMVapi
01/20/2025, 1:20 PMShubham Bajaj
01/20/2025, 11:32 PMShubham Bajaj
01/20/2025, 11:33 PMJerome Matthew
01/20/2025, 11:45 PM