forwardingPhoneNumbers array for call forwarding in Vapi, you can define an array of phone numbers you wish to forward calls to. This setup allows dynamic call forwarding based on the conversation context or other criteria during the call. The configuration looks like this:forwardingPhoneNumbers array can include a phone number (in E.164 format) and an optional message that might be played or used when forwarding to that number. You also need to instruct your assistant on when and how to use these numbers dynamically during the call supportDynamic Call Forwarding .


{
"forwardingPhoneNumbers": [
{
"number": "+17775551212",
"message": "Hello, world!"
},
{
"number": "+17775551213",
"message": "Hello again!"
}
]
}