TateN
01/09/2025, 3:17 PMVapi
01/09/2025, 3:17 PMTateN
01/09/2025, 3:18 PMVapi
01/09/2025, 3:18 PMjson
{
"status": "success",
"data": {
"message": "The call was successful.",
"details": {
"callDuration": "2 minutes",
"callCost": "0.05",
"callId": "abc123"
}
}
}
In this JSON response:
- status indicates the outcome of the function call.
- data contains the relevant information that the agent might need to process.
- message provides a human-readable summary of the result.
- details is an object that includes specific data points like callDuration, callCost, and callId.
Your agent should be programmed to parse this JSON response and handle the data accordingly. If you need more specific guidance on structuring your "respond function call" module for VAPI in Make.com, please provide additional details about your agent's requirements or ask support for more info on this.TateN
01/09/2025, 3:19 PM