PepinilloRick
06/05/2025, 9:24 PMVapi Support Bot
06/05/2025, 9:26 PMparameters object includes a "required" array listing all mandatory fields. For example:
json
"parameters": {
"type": "object",
"properties": {
"to": { "type": "string" },
"body": { "type": "string" }
},
"required": ["to", "body"]
}
Double-check that your assistant's prompt and tool definition match, and that the payload sent to make.com includes these fields. This should prevent empty payloads from being sent if parameters are missing.
Source:
- [Vapi Custom Tools Documentation](https://docs.vapi.ai/tools/custom-tools)PepinilloRick
06/05/2025, 11:07 PMKings_big💫
06/06/2025, 6:29 AMPepinilloRick
06/06/2025, 4:20 PMPraveen
06/09/2025, 7:22 PM