The error means Vapi expects the body in your Make.com webhook response to be a JSON object like { "results": [{ "toolCallId": "id", "result": "data" }] }; ensure you’re sending raw JSON with Content-Type: application/json and properly mapped fields.