Does anyone know why when I try to
# general-english
d
Does anyone know why when I try to integrate make.com in the vapi tool section it does not work? Like i Dont see make.com.
k
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.