Daniel
12/10/2024, 1:38 AMVapi
12/10/2024, 1:41 AMforwardingPhoneNumber attribute you mentioned. Please provide me with the static phone number you wish to use as the Caller ID for forwarded calls, and I'll guide you through the configuration process.
If you have any other questions or need further assistance, feel free to ask.Vapi
12/10/2024, 1:41 AMShubham Bajaj
12/12/2024, 7:29 AMcurl -X POST https://api.vapi.ai/tool \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"type": "transferCall",
"async": false,
"destinations": [
{
"type": "number",
"number": "insert-destination-number-here",
"callerId": "insert-customer-number-here",
"description": "insert-description-here-for-ai-to-udnerstand-how-to-use-this-function",
"message": "insert-message-to-be-spoken-out-when-transfering-the-call",
"numberE164CheckEnabled": false
}
],
"function": {
"name": "transferCallToHelpline"
}
}'Shubham Bajaj
12/12/2024, 7:31 AMShubham Bajaj
12/12/2024, 7:32 AMDaniel
12/13/2024, 7:41 PMDaniel
12/13/2024, 7:42 PMDaniel
12/13/2024, 7:42 PMShubham Bajaj
12/14/2024, 5:56 AMDaniel
12/14/2024, 7:03 AMShubham Bajaj
01/06/2025, 10:24 PM