ccmenshealth
12/07/2024, 1:26 AMVapi
12/07/2024, 1:29 AMVapi
12/07/2024, 1:29 AMjson
{
"function": {
"name": "identify_transfer_type",
"arguments": {
"classificationId": "Lookup classificationId based on query"
}
}
},
{
"function": {
"name": "send_message",
"arguments": {
"callerName": "Emma Smith",
"classificationId": "use the classificationId argument from the identify_transfer_type function",
"membershipId": "use the membershipId argument from the identify_transfer_type function",
"message": "Caller Emma Smith requested an appointment. The best callback number for her is 555-547-1124."
}
}
}
Please note that you should replace "parameters" with "arguments" to match the expected format for fine-tuning. If you have further questions or need assistance with VAPI functions, feel free to ask!ccmenshealth
12/07/2024, 2:12 AMShubham Bajaj
12/09/2024, 9:36 PMShubham Bajaj
12/09/2024, 9:36 PM