webhook response not received by AI assistant.
My make.com scenario sends a webhook response telling the assistant that a booking was successful, but this is never received by the bot, in the logs it says:
{
"name": "NewAvailabilityTool",
"role": "tool_call_result",
"time": 1722537584138,
"result": "No result returned.",
"toolCallId": "call_5WyrLFSULLpXPJx0YDENOB26",
"secondsFromStart": 25.399
}
showing that the result is not sent. I dont know if maybe the webhook takes too long to send the result or something but I know the bot isn't saying the right follow up statements as if the meeting is booked.
3a8abd50-a8c9-4659-938e-295b142fe2a3 is the call ID
The Webhook setup is attatched.
{
"role": "tool_calls",
"time": 1722537580496,
"message": "",
"toolCalls": [
{
"id": "call_5WyrLFSULLpXPJx0YDENOB26",
"type": "function",
"function": {
"name": "NewAvailabilityTool",
"arguments": "{"TimeRequested": "next Monday at 4 PM"}"
}
}
],
"secondsFromStart": 21.757
}
Above is the tool call message from the call. Thanks!
{
"name": "NewAvailabilityTool",
"role": "tool_call_result",
"time": 1722537584138,
"result": "No result returned.",
"toolCallId": "call_5WyrLFSULLpXPJx0YDENOB26",
"secondsFromStart": 25.399
}
showing that the result is not sent. I dont know if maybe the webhook takes too long to send the result or something but I know the bot isn't saying the right follow up statements as if the meeting is booked.
3a8abd50-a8c9-4659-938e-295b142fe2a3 is the call ID
The Webhook setup is attatched.
{
"role": "tool_calls",
"time": 1722537580496,
"message": "",
"toolCalls": [
{
"id": "call_5WyrLFSULLpXPJx0YDENOB26",
"type": "function",
"function": {
"name": "NewAvailabilityTool",
"arguments": "{"TimeRequested": "next Monday at 4 PM"}"
}
}
],
"secondsFromStart": 21.757
}
Above is the tool call message from the call. Thanks!

