VAPI Invalid mail webhook response
# support
r
call ID : 620a982d-ccda-489d-9698-434d6149c723 Timestamp: 2025-02-14 09:14:24.148 Expected response : want make to respond back to vapi that the email is either invalid or valid Actual response : the response received on server side between make and VAPI but it's not mentioned during the call, I am validating the email entered by an inbound calling customer for a CS voice agent. I want to know how to configure the HTTP response code of webhook response module in make to let the agent know it`s invalid mail and also the prompt tweak to let the agent tell the calling customer that the mail is invalid https://cdn.discordapp.com/attachments/1339900285727805513/1339900286000693300/Invalid_webhook_response.PNG?ex=67b066e2&is=67af1562&hm=3f951cb1192760e2f8177c20a80a7a28457e1821abe88ba13587893599dbc6c4& https://cdn.discordapp.com/attachments/1339900285727805513/1339900286302687332/VAPI_response.PNG?ex=67b066e2&is=67af1562&hm=69c0360803d9254987e33a9a59892cb468139acabf220a4f9e60007befcdf992& https://cdn.discordapp.com/attachments/1339900285727805513/1339900286587768903/Ticket_details_prompt.PNG?ex=67b066e2&is=67af1562&hm=d0fff0e31e8e1096acea559770fccf2048ea56fb77a9782a78283acc9039f836&
c
Hey Ramy, your returning tool call response in wrong format instead your supposed to return the tool call ID and result. \[expected_format\]
Copy code
{
  "results": [
    {
      "toolCallId": "X",
      "result": "Y"
    }
  ]
}
c
Hey Ramy, can you share the call ID?
x
Complete message i have empty
c
Milan please create a new #support ticket for your issue.
2 Views