thevin
03/09/2025, 9:00 AMVapi Support Bot
03/09/2025, 9:02 AMjson
{
"body": {
"message": {
"toolCalls": [
{
"function": {
"name": "send_to_endpoint",
"arguments": {
"parameter_name": "{{variable_reference}}"
}
}
}
]
}
}
}
4. Browser-Related Issues
- Try clearing your browser cache or using a different browser
- Disable any extensions that might interfere with make.com
5. Function Structure
- Verify your function is properly structured with all required fields:
json
{
"type": "function",
"function": {
"name": "function_name",
"parameters": {
"type": "object",
"properties": {
"param_name": {"type": "string"}
}
},
"description": "Description of what the function does"
},
"async": false,
"server": {
"url": "https://your-server-url/path"
}
}
For troubleshooting, I recommend:Vapi Support Bot
03/09/2025, 9:02 AMthevin
03/10/2025, 4:00 AMVapi
03/10/2025, 8:49 PM