Not able to transfer the calls.
# support
v
Try updating your TransferCall tool's parameters to include the required "destination" property in E.164 format. Use the following JSON snippet in your tool configuration:
Copy code
json
"parameters": {
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "enum": ["+1234567890"], // Replace with your external number
      "description": "The destination to transfer the call to."
    }
  },
  "required": ["destination"]
}
Update this in your function's parameters section and test the transfer again. [Reference: Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding) Source: - [Vapi documentation: call forwarding](https://docs.vapi.ai/call-forwarding)
v
Message marked as helpful by @GIDEON! 🎉
k
Hi, could you please provide a call id? We would like to review the logs
a
hi @kyle call id is 0199ee53-6ba0-7dd8-836a-a12b49134be8
@kyle
4 Views